mirror of
https://github.com/halfwaystudent/douyin-sparkflow.git
synced 2026-09-05 15:38:58 +08:00
fix: harden scheduling and deployment flow
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
APP_ROOT=/opt/douyin-sparkflow
|
||||
TZ=Asia/Shanghai
|
||||
|
||||
WEB_BIND_ADDRESS=0.0.0.0
|
||||
WEB_PORT=8787
|
||||
SPARKFLOW_SESSION_COOKIE_SECURE=0
|
||||
|
||||
# Keep noVNC and proxy control ports local by default. Use an SSH tunnel for remote access.
|
||||
LOGIN_DESKTOP_BIND_ADDRESS=127.0.0.1
|
||||
LOGIN_DESKTOP_WEB_PORT=8788
|
||||
LOGIN_DESKTOP_PUBLIC_URL=http://127.0.0.1:8788/vnc.html?autoconnect=1&resize=scale&view_only=0
|
||||
PROXY_BIND_ADDRESS=127.0.0.1
|
||||
PROXY_HTTP_PORT=7890
|
||||
PROXY_CONTROLLER_PORT=9090
|
||||
|
||||
|
||||
Reference in New Issue
Block a user