Add extra_hosts configuration and update AUTHENTIK_HOST in environment files
This commit is contained in:
parent
e0af750bb3
commit
922f3e6d27
2 changed files with 3 additions and 1 deletions
|
@ -9,6 +9,8 @@ services:
|
|||
- 127.0.0.1:42443:42443
|
||||
networks:
|
||||
- dokploy-network
|
||||
extra_hosts:
|
||||
- "host.docker.internal:host-gateway"
|
||||
environment:
|
||||
AUTHENTIK_HOST: ${AUTHENTIK_HOST:?Authentik host is not configured}
|
||||
AUTHENTIK_INSECURE: "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue