Christian Lempa hace 1 año
padre
commit
2b20e31b7b
Se han modificado 1 ficheros con 0 adiciones y 10 borrados
  1. 0 10
      docker-compose/authentik-outpost/compose.yaml

+ 0 - 10
docker-compose/authentik-outpost/compose.yaml

@@ -1,10 +0,0 @@
----
-services:
-  authentik_proxy:
-    image: ghcr.io/goauthentik/proxy:2024.8.0
-    container_name: authentik-outpost
-    environment:
-      - AUTHENTIK_HOST=${AUTHENTIK_HOST:?error}
-      - AUTHENTIK_INSECURE=${AUTHENTIK_INSECURE:-false}
-      - AUTHENTIK_TOKEN=${AUTHENTIK_TOKEN:?error}
-    restart: unless-stopped