mirror of
https://gitlab.com/rusty-bever/deployment.git
synced 2026-04-08 07:15:47 +02:00
Added update_config to site.yml
This commit is contained in:
parent
6aed036813
commit
13813b8790
1 changed files with 4 additions and 0 deletions
|
|
@ -12,6 +12,10 @@ services:
|
|||
- 'traefik.http.routers.rb-web.tls=true'
|
||||
- 'traefik.http.routers.rb-web.tls.certresolver=letsEncrypt'
|
||||
- 'traefik.http.services.rb-web.loadbalancer.server.port=80'
|
||||
update_config:
|
||||
parallelism: 1
|
||||
delay: '5s'
|
||||
order: 'start-first'
|
||||
|
||||
networks:
|
||||
- 'public'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue