compose-viz/tests/in/010100.yaml
2022-05-18 23:28:18 +08:00

16 lines
333 B
YAML

services:
backend:
image: awesome/backend
volumes:
- type: volume
source: db-data
target: /data
volume:
nocopy: true
- type: bind
source: /var/run/postgres/postgres.sock
target: /var/run/postgres/postgres.sock
ports:
- "8000:5000"
volumes:
db-data: