compose-viz/tests/in/010000.yaml

12 lines
221 B
YAML
Raw Normal View History

2022-05-03 16:05:00 +02:00
services:
backend:
image: awesome/backend
volumes:
- "db-data:/data"
2022-05-03 16:05:00 +02:00
- 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: