removed proxy and readded docker sock
This commit is contained in:
20
compose.yml
20
compose.yml
@@ -73,25 +73,7 @@ services:
|
||||
- ./data:/data
|
||||
- ./certs:/certs
|
||||
- ./custom-templates:/templates
|
||||
|
||||
authentik-proxy:
|
||||
|
||||
container_name: authentik-proxy
|
||||
image: ghcr.io/goauthentik/proxy
|
||||
# Optionally specify the container's network, which must be able to reach the core authentik server.
|
||||
# networks:
|
||||
# - foo
|
||||
networks:
|
||||
- authentik
|
||||
ports:
|
||||
- 9001:9000
|
||||
- 9444:9443
|
||||
environment:
|
||||
AUTHENTIK_HOST: https://authentik.akanealw.com
|
||||
AUTHENTIK_INSECURE: "false"
|
||||
AUTHENTIK_TOKEN: token-generated-by-authentik
|
||||
# Optional setting to be used when `authentik_host` for internal communication doesn't match the public URL.
|
||||
# AUTHENTIK_HOST_BROWSER: https://external-domain.tld
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
||||
volumes:
|
||||
database:
|
||||
|
||||
Reference in New Issue
Block a user