diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index 17f65e9..b59869d 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -42,6 +42,8 @@ services: AUTHENTIK_POSTGRESQL__NAME: authentik AUTHENTIK_POSTGRESQL__PASSWORD: file:///run/secrets/postgres_passwd AUTHENTIK_SECRET_KEY: file:///run/secrets/secret_key + expose: + - 9443 networks: - default - traefik