fix: update AUTHENTIK_HOST to use authentik-server alias in multiple services
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 13s
This commit is contained in:
parent
460a8583b3
commit
79d5453e1a
@ -77,7 +77,9 @@ services:
|
||||
redis:
|
||||
condition: service_healthy
|
||||
networks:
|
||||
- proxy-net
|
||||
proxy-net:
|
||||
aliases:
|
||||
- authentik-server
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.authentik.entrypoints=websecure"
|
||||
|
||||
@ -31,7 +31,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_HOST: http://authentik-server:9000
|
||||
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
|
||||
@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_HOST: http://authentik-server:9000
|
||||
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||
AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
|
||||
@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_HOST: http://authentik-server:9000
|
||||
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||
AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
|
||||
@ -42,7 +42,7 @@ services:
|
||||
- proxy-net
|
||||
container_name: sonarr_outpost
|
||||
environment:
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_HOST: http://authentik-server:9000
|
||||
AUTHENTIK_HOST_BROWSER: https://sso.castaldifamily.com
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user