🐛 fix(docker-compose.yml): remove unnecessary variable check in node placement constraints to fix deployment issue
This commit is contained in:
parent
e557c0d234
commit
c2520554b2
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ services:
|
|||
deploy:
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.${STACK_NAME?Variable not set}.app-db-data == true
|
||||
- node.labels.app-db-data == true
|
||||
healthcheck:
|
||||
test: "exit 0"
|
||||
env_file:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue