From eacaa06c1c9d132fbc4ceccb112fd5c4f8b8ad5c Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Sat, 7 Jan 2023 08:06:40 +0100 Subject: [PATCH] Rename main server and set port to http --- authentication.docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index b59869d..1059dcf 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -32,7 +32,7 @@ services: - redis:/data restart: unless-stopped - server: + authentik: image: ghcr.io/goauthentik/server:2022.12.2 command: server environment: @@ -43,7 +43,7 @@ services: AUTHENTIK_POSTGRESQL__PASSWORD: file:///run/secrets/postgres_passwd AUTHENTIK_SECRET_KEY: file:///run/secrets/secret_key expose: - - 9443 + - 9000 networks: - default - traefik