Add home.docker.internal definition to Authentik container
Remove env variables from authentik container image
This commit is contained in:
@@ -30,7 +30,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- redis:/data
|
- redis:/data
|
||||||
app:
|
app:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.2}
|
image: ghcr.io/goauthentik/server:2024.12.2
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
@@ -42,6 +42,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
- proxy-net
|
- proxy-net
|
||||||
- default
|
- default
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
volumes:
|
volumes:
|
||||||
- ./data/media:/media
|
- ./data/media:/media
|
||||||
- ./config/custom-templates:/templates
|
- ./config/custom-templates:/templates
|
||||||
|
|||||||
Reference in New Issue
Block a user