From 08e21618c797356c6ec1860e6bdfa868dd768f65 Mon Sep 17 00:00:00 2001 From: Colin Hebert Date: Thu, 5 Jan 2023 18:27:34 +0100 Subject: [PATCH] Set netowkr for authentik --- authentication.docker-compose.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/authentication.docker-compose.yml b/authentication.docker-compose.yml index b99c1db..3a0378d 100644 --- a/authentication.docker-compose.yml +++ b/authentication.docker-compose.yml @@ -39,7 +39,7 @@ services: AUTHENTIK_POSTGRESQL__USER: authentik AUTHENTIK_POSTGRESQL__NAME: authentik AUTHENTIK_POSTGRESQL__PASSWORD: authentik - network: + networks: - default - traefik - macvlan @@ -66,3 +66,9 @@ services: volumes: database: redis: + +networks: + macvlan: + external: true + traefik: + external: true