compose-viz/tests/in/010000.yaml

16 lines
303 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
volumes:
2022-05-18 17:28:18 +02:00
db-data: