deployment fixes
This commit is contained in:
+8
-3
@@ -36,10 +36,15 @@ REMOTE_PATH_PREFIX=
|
||||
|
||||
|
||||
# For deployment with traefik
|
||||
APP_NAME=management
|
||||
APP_HOST=management.example.com
|
||||
FRONTEND_APP_NAME=manage
|
||||
FRONTEND_APP_HOST=manage.example.com
|
||||
FRONTEND_APP_PORT=5173
|
||||
|
||||
BACKEND_APP_NAME=management-api
|
||||
BACKEND_APP_HOST=management-api.example.com
|
||||
BACKEND_APP_PORT=8000
|
||||
|
||||
CERT_RESOLVER=lets-encrypt
|
||||
APP_PORT=5173
|
||||
|
||||
# Authentik / OIDC
|
||||
# Backend validates every API request with a Bearer JWT.
|
||||
|
||||
Reference in New Issue
Block a user