compose-viz/tests/in/010100.yaml

16 lines
332 B
YAML
Raw Normal View History

2022-05-03 16:05:00 +02:00
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: