fix: change web port to 3004 to avoid tsenyang-website conflict
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-08 20:24:15 +08:00
parent e64f2e129f
commit 8f22606fd9

View File

@@ -42,7 +42,7 @@ services:
container_name: agent_bounty_web
restart: always
ports:
- "3000:3000"
- "3004:3000"
environment:
# Use the docker internal network to connect to postgres
- DATABASE_URL=postgresql://agent:agent_password_secure@db:5432/agent_bounty?schema=public