Pin launcher to platform Authentik alias

This commit is contained in:
Codex
2026-05-23 20:40:56 +03:00
parent 69de3ccfd1
commit 80193f5d9d
2 changed files with 9 additions and 2 deletions
@@ -36,6 +36,8 @@ services:
PORT: 5173
NODEDC_LAUNCHER_STORAGE_DIR: /app/server/storage
NODEDC_LAUNCHER_UPLOADS_DIR: /app/server/storage/uploads
NODEDC_AUTHENTIK_BASE_URL: http://nodedc-platform-authentik-server:9000
AUTHENTIK_BASE_URL: http://nodedc-platform-authentik-server:9000
expose:
- "5173"
volumes:
@@ -98,7 +100,9 @@ services:
- authentik-data:/data
- ../authentik/custom-templates:/templates:ro
networks:
- identity
identity:
aliases:
- nodedc-platform-authentik-server
authentik-worker:
image: ${AUTHENTIK_IMAGE:-ghcr.io/goauthentik/server}:${AUTHENTIK_TAG:-2026.2.2}