feat(SEC-001): protect workspace bootstrap with turnstile
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
NICEGUI_MOUNT_PATH: ${NICEGUI_MOUNT_PATH:-/}
|
||||
NICEGUI_STORAGE_SECRET: ${NICEGUI_STORAGE_SECRET}
|
||||
CORS_ORIGINS: ${CORS_ORIGINS:-*}
|
||||
TURNSTILE_SITE_KEY: ${TURNSTILE_SITE_KEY:-}
|
||||
TURNSTILE_SECRET_KEY: ${TURNSTILE_SECRET_KEY:-}
|
||||
ports:
|
||||
- "${APP_BIND_ADDRESS:-127.0.0.1}:${APP_PORT:-8000}:8000"
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user