mirror of
https://github.com/kevin-DL/full-stack-fastapi-postgresql.git
synced 2026-01-11 18:04:28 +00:00
18 lines
321 B
YAML
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:
|