11 lines
No EOL
254 B
YAML
11 lines
No EOL
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 |