Files
full-stack-fastapi-template/{{cookiecutter.project_slug}}/docker-compose.deploy.volumes-placement.yml
Sebastián Ramírez 7f8bfc8faa 🎉 First commit, from couchbase generator, basic changes
not tested / updated yet
2019-02-09 19:42:36 +04:00

18 lines
321 B
YAML

version: '3.3'
services:
db:
volumes:
- app-db-data:/var/lib/postgresql/data/pgdata
deploy:
placement:
constraints:
- node.labels.${STACK_NAME}.app-db-data == true
proxy:
deploy:
placement:
constraints:
- node.role == manager
volumes:
app-db-data: