mirror of
https://github.com/thecyberlearn/quantumtaskai-caprover.git
synced 2026-08-18 08:52:57 +00:00
Fix port allocation issue - use expose instead of ports
- Remove port mapping (ports: 3000:8000) - Use expose: 8000 instead - lets Dokploy handle networking - No more port conflicts with host system - Dokploy reverse proxy will connect to exposed port 8000
This commit is contained in:
parent
5ffec098f0
commit
43e4570792
@ -1,8 +1,8 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
build: .
|
build: .
|
||||||
ports:
|
expose:
|
||||||
- "3000:8000"
|
- "8000"
|
||||||
environment:
|
environment:
|
||||||
- DEBUG=false
|
- DEBUG=false
|
||||||
- ALLOWED_HOSTS=ai.quantumtaskai.com,*.quantumtaskai.com,localhost,127.0.0.1
|
- ALLOWED_HOSTS=ai.quantumtaskai.com,*.quantumtaskai.com,localhost,127.0.0.1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user