feat: parameterize ports in Docker Compose for better configurability

This commit is contained in:
Marvin Zhang
2025-09-29 14:31:33 +08:00
parent 29ef8d67da
commit 4c508557e7

View File

@@ -15,8 +15,8 @@ services:
CRAWLAB_PPROF: "true"
CRAWLAB_LOG_LEVEL: "debug"
ports:
- "8080:8080"
- "6060:6060"
- "${CRAWLAB_PORT:-8080}:8080"
- "${PPROF_PORT:-6060}:6060"
depends_on:
- mongo
env_file: