Update authentik

This commit is contained in:
Marko Korhonen 2022-03-17 18:40:44 +02:00
parent c19fab21b3
commit 662491e11a

View file

@ -8,7 +8,7 @@ networks = ["authentik"]
[services.authentik] [services.authentik]
container_name = "authentik" container_name = "authentik"
image = "${AUTHENTIK_IMAGE:-goauthentik.io/server}:${AUTHENTIK_TAG:-2021.10.4}" image = "goauthentik.io/server:latest"
restart = "unless-stopped" restart = "unless-stopped"
command = "server" command = "server"
volumes = [ volumes = [
@ -18,7 +18,6 @@ volumes = [
] ]
env_file = [".env"] env_file = [".env"]
networks = ["authentik", "postgres", "proxy"] networks = ["authentik", "postgres", "proxy"]
ports = ["9000:9000"]
labels = [ labels = [
"traefik.enable=true", "traefik.enable=true",
"traefik.http.routers.authentik-redirect.entrypoints=http", "traefik.http.routers.authentik-redirect.entrypoints=http",