feat: PUBLIC_BASE_URL default = https://hackerthon.altair823.xyz
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ services:
|
||||
# 외우기 쉬운 고정 token. 변경하려면 여기 값만 수정.
|
||||
ADMIN_TOKEN: mlops2026
|
||||
DATA_PATH: /app/data/hackathon.json
|
||||
PUBLIC_BASE_URL: ${PUBLIC_BASE_URL:-}
|
||||
PUBLIC_BASE_URL: ${PUBLIC_BASE_URL:-https://hackerthon.altair823.xyz}
|
||||
volumes:
|
||||
# 단일 데이터 디렉터리 마운트.
|
||||
# 첫 부팅 시 entrypoint.sh가 assign_teams.py 실행하여 hackathon.json 시드.
|
||||
|
||||
Reference in New Issue
Block a user