fix: use internal Authentik host for outpost containers
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 17s
All checks were successful
Auto-Deploy Changed Stacks / deploy (push) Successful in 17s
- Change AUTHENTIK_HOST from https://sso.castaldifamily.com to http://authentik_server:9000 - Fixes hairpin NAT issue preventing outposts from connecting to Authentik - Affects prowlarr, radarr, sonarr, and sabnzbd outpost containers
This commit is contained in:
parent
ba2fc74073
commit
3f13409414
@ -31,7 +31,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://sso.castaldifamily.com
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_TOKEN: 42FCcV9gmTfixaak77xW4eAZIMUUJ0u5vGsxvumfo1Lav5DIyLViDz4xqinE
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
labels:
|
||||
|
||||
@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://sso.castaldifamily.com
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_TOKEN: mEK1nIhle1dorsb2x7EJlDfwqdQ2GZLlDdzZhTeP9RMvrWtrlM0ZW89SiBWB
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
labels:
|
||||
|
||||
@ -40,7 +40,7 @@ services:
|
||||
networks:
|
||||
- proxy-net
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://sso.castaldifamily.com
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_TOKEN: xvPTq2ASWspkW9Z7H44RPwLZ9LhFqBrtQ11eXPlE7QWGhsixWU7Rc07xVmsw
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
labels:
|
||||
|
||||
@ -42,7 +42,7 @@ services:
|
||||
- proxy-net
|
||||
container_name: sonarr_outpost
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://sso.castaldifamily.com
|
||||
AUTHENTIK_HOST: http://authentik_server:9000
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
AUTHENTIK_TOKEN: cJ4UWeFQ2DUTyvR22s588ciFuLSw698HTVxnEf7ecN3dq3nFOyVod6ngE66Z
|
||||
# Optional setting to be used when `authentik_host` for internal communication doesn't match the public URL.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user