mabel/docker-compose.yaml

11 lines
254 B
YAML
Raw Normal View History

2023-06-26 08:08:49 +00:00
services:
database:
image: postgres
environment:
POSTGRES_USER: artificiale
POSTGRES_PASSWORD: changeme
POSTGRES_DB: artificiale
ports:
- 5432:5432
volumes:
2023-07-05 13:14:01 +00:00
- ./docker-data/database:/var/lib/postgresql/data