semaphore/.env aktualisiert

This commit is contained in:
2025-08-04 10:46:22 +00:00
parent 8022edadc0
commit 525be5f7d2

View File

@@ -46,3 +46,8 @@ SEMAPHORE_OIDC_ADMIN_USERS=admin@example.com
# The scope to request from the OpenID provider.
# "openid" and "email" are standard. You may need more depending on your provider.
SEMAPHORE_OIDC_SCOPE=openid email
# --- Docker Compose Variables ---
# The host port you want to expose. The container's port is fixed at 3000.
SEMAPHORE_PORT_HOST=3000
POSTGRES_VOLUME_NAME=postgres-data