chore(deploy): change webui port to 3090

This commit is contained in:
2026-05-05 15:01:35 +08:00
parent 73d476bcea
commit 24bc9448a0
4 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
# cp deploy/compose.env.example .env
# Public web port exposed by the web service.
CHECKIN_WEB_PORT=8080
CHECKIN_WEB_PORT=3090
# ==================== Backend runtime paths ====================
# Container-local defaults for the Compose deployment.
@@ -16,7 +16,7 @@ SECRET_KEY=change-this-to-a-long-random-secret
# Use the browser origins that will open the frontend.
# Public domain + optional intranet origins.
CORS_ORIGINS=https://checkin.example.com,http://192.168.1.10:8080,http://checkin.lan:8080
CORS_ORIGINS=https://checkin.example.com,http://192.168.1.10:3090,http://checkin.lan:3090
FRONTEND_URL=https://checkin.example.com
# ==================== Logging ====================