build: update stack config
This commit is contained in:
parent
9b0623261b
commit
75595bba0e
1 changed files with 9 additions and 0 deletions
|
|
@ -9,6 +9,15 @@ services:
|
|||
networks:
|
||||
- reverse-proxy
|
||||
deploy:
|
||||
rollback_config:
|
||||
failure_action: continue
|
||||
update_config:
|
||||
delay: 2s
|
||||
failure_action: rollback
|
||||
order: start-first
|
||||
placement:
|
||||
constraints:
|
||||
- node.labels.services_kind==projects
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.personal-page.rule=Host(`alecodes.page`)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue