mabel/docker-compose.yaml
2023-06-26 10:08:49 +02:00

11 lines
No EOL
249 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