Comment out update_config directives to prevent restart loops

This commit is contained in:
Colin 2025-10-13 00:53:08 -04:00
parent 034cc4c83f
commit e331b028c9
Signed by: colin
SSH Key Fingerprint: SHA256:nRPCQTeMFLdGytxRQmPVK9VXY3/ePKQ5lGRyJhT5DY8
1 changed files with 24 additions and 24 deletions

View File

@ -23,11 +23,11 @@ services:
- node.hostname == macmini1
labels:
- "traefik.enable=false"
update_config:
order: stop-first
failure_action: rollback
delay: 0s
parallelism: 1
# update_config:
# order: stop-first
# failure_action: rollback
# delay: 0s
# parallelism: 1
restart_policy:
condition: any
@ -88,10 +88,10 @@ services:
homepage.name: woodpecker
homepage.href: "https://woodpecker.nixc.us"
homepage.description: "Woodpecker CI"
update_config:
# order: stop-first
delay: 60s
parallelism: 1
# update_config:
# order: stop-first
# delay: 60s
# parallelism: 1
restart_policy:
condition: any
@ -120,11 +120,11 @@ services:
- node.role == manager
- node.hostname != ingress.nixc.us
mode: global
update_config:
# order: stop-first
failure_action: rollback
delay: 120s
parallelism: 4
# update_config:
# order: stop-first
# failure_action: rollback
# delay: 120s
# parallelism: 4
restart_policy:
condition: any
labels:
@ -160,11 +160,11 @@ services:
constraints:
- node.hostname == ingress.nixc.us
mode: global
update_config:
# order: stop-first
failure_action: rollback
delay: 120s
parallelism: 4
# update_config:
# order: stop-first
# failure_action: rollback
# delay: 120s
# parallelism: 4
restart_policy:
condition: any
labels:
@ -202,11 +202,11 @@ services:
mode: global
labels:
traefik.enable: "false"
update_config:
order: stop-first
failure_action: rollback
delay: 120s
parallelism: 4
# update_config:
# order: stop-first
# failure_action: rollback
# delay: 120s
# parallelism: 4
restart_policy:
condition: any
volumes: