remove env
This commit is contained in:
@@ -57,20 +57,19 @@ services:
|
|||||||
- homepage.group=Management
|
- homepage.group=Management
|
||||||
- homepage.name=Authentik
|
- homepage.name=Authentik
|
||||||
- homepage.icon=sh-authentik-light
|
- homepage.icon=sh-authentik-light
|
||||||
- homepage.href=https://auth.${HOSTNAME}/
|
- homepage.href=https://auth.dua.casa/
|
||||||
- homepage.description=Open-source Identity Provider
|
- homepage.description=Open-source Identity Provider
|
||||||
- homepage.widget.type=authentik
|
- homepage.widget.type=authentik
|
||||||
- homepage.widget.url=http://auth.${HOSTNAME_LOCAL}/
|
- homepage.widget.url=http://auth.apps.dua.casa/
|
||||||
- homepage.widget.key=hJL6cDzzaeN6olr2MJoYkVNDTgfihufib1TWEw0GxjjoIgy9LuYVF4FZjsMX
|
- homepage.widget.key=hJL6cDzzaeN6olr2MJoYkVNDTgfihufib1TWEw0GxjjoIgy9LuYVF4FZjsMX
|
||||||
|
|
||||||
- "traefik.enable=true"
|
- "traefik.enable=true"
|
||||||
- "traefik.http.routers.authentik.rule=Host(`auth.${HOSTNAME_LOCAL}`)"
|
- "traefik.http.routers.authentik.rule=Host(`auth.apps.dua.casa`)"
|
||||||
- "traefik.http.routers.authentik.entrypoints=websecure"
|
- "traefik.http.routers.authentik.entrypoints=websecure"
|
||||||
- "traefik.http.routers.authentik.tls=true"
|
- "traefik.http.routers.authentik.tls=true"
|
||||||
- "traefik.http.routers.authentik.tls.certresolver=letsencrypt"
|
- "traefik.http.routers.authentik.tls.certresolver=letsencrypt"
|
||||||
- "traefik.http.services.authentik.loadbalancer.server.port=9443"
|
- "traefik.http.services.authentik.loadbalancer.server.port=9443"
|
||||||
- "traefik.http.services.authentik.loadbalancer.server.scheme=https"
|
- "traefik.http.services.authentik.loadbalancer.server.scheme=https"
|
||||||
env_file: "../dua.env"
|
|
||||||
|
|
||||||
worker:
|
worker:
|
||||||
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
|
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2024.12.0}
|
||||||
|
|||||||
Reference in New Issue
Block a user