fixing deploy step
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Your Name 2025-06-05 12:28:29 -04:00
parent fc81495f2d
commit 78cea66d39
1 changed files with 12 additions and 12 deletions

View File

@ -108,12 +108,12 @@ services:
traefik.http.middlewares.authelia-basic.forwardauth.address: http://authelia_authelia:9091/api/verify?auth=basic traefik.http.middlewares.authelia-basic.forwardauth.address: http://authelia_authelia:9091/api/verify?auth=basic
traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader: "true" traefik.http.middlewares.authelia-basic.forwardauth.trustForwardHeader: "true"
traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email traefik.http.middlewares.authelia-basic.forwardauth.authResponseHeaders: Remote-User,Remote-Groups,Remote-Name,Remote-Email
healthcheck: # healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:9091/api/health"] # test: ["CMD", "nc", "-z", "localhost", "9091"]
start_period: 15s # start_period: 30s
interval: 30s # interval: 30s
timeout: 10s # timeout: 10s
retries: 3 # retries: 3
logging: logging:
driver: json-file driver: json-file
options: options:
@ -141,12 +141,12 @@ services:
labels: labels:
us.nixc.autodeploy: "true" us.nixc.autodeploy: "true"
traefik.enable: "false" traefik.enable: "false"
healthcheck: # healthcheck:
test: ["CMD", "redis-cli", "ping"] # test: ["CMD", "redis-cli", "ping"]
start_period: 10s # start_period: 10s
interval: 30s # interval: 30s
timeout: 5s # timeout: 5s
retries: 3 # retries: 3
logging: logging:
driver: json-file driver: json-file
options: options: