15 lines
No EOL
302 B
YAML
15 lines
No EOL
302 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
|
|
|
|
volumes:
|
|
db-data: |