mabel/docker-compose.yaml

11 lines
254 B
YAML

services:
database:
image: postgres
environment:
POSTGRES_USER: artificiale
POSTGRES_PASSWORD: changeme
POSTGRES_DB: artificiale
ports:
- 5432:5432
volumes:
- ./docker-data/database:/var/lib/postgresql/data