deploy: move backend host port to 18000 to avoid 8000 conflict
Some checks failed
Deploy to Production / deploy (push) Failing after 5m10s

This commit is contained in:
codex
2026-03-11 17:41:22 +08:00
parent 2fe5a7f54e
commit 00469941dd
2 changed files with 2 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ services:
prestart:
condition: service_completed_successfully
ports:
- "127.0.0.1:8000:8000"
- "127.0.0.1:18000:8000"
env_file:
- .env.production
environment: