Remove dependency on healthcheck
All checks were successful
Deploy to Fighter / Deploy (push) Successful in 24s
Deploy to Fighter / Notify (push) Successful in 1s

This commit is contained in:
Joey Hafner 2024-03-08 20:44:10 -08:00
parent b6a707faa6
commit 05194552d4

View File

@ -38,8 +38,7 @@ services:
restart: "no"
command: "./traefik-forward-auth"
depends_on:
keycloak:
condition: service_healthy
- keycloak
env_file:
- path: ./forwardauth.env
required: true
@ -60,8 +59,7 @@ services:
restart: "no"
command: "./traefik-forward-auth --whitelist=jafner425@gmail.com"
depends_on:
keycloak:
condition: service_healthy
- keycloak
env_file:
- path: ./forwardauth-privileged.env
required: true