Skip to content

Instantly share code, notes, and snippets.

@huezo
Created October 31, 2023 03:19
Show Gist options
  • Save huezo/356ad4d740f121bed801033bded43352 to your computer and use it in GitHub Desktop.
Save huezo/356ad4d740f121bed801033bded43352 to your computer and use it in GitHub Desktop.
libreclinica BD
version: '3.7'
services:
postgres:
image: postgres:11
restart: always
volumes:
- /var/lib/postgresql/data:/var/lib/postgresql/data
environment:
POSTGRES_PASSWORD: libreclinica
POSTGRES_USER: libreclinica
POSTGRES_DB: libreclinica
ports:
- 5432:5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment