mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
feat: parameterize ports in Docker Compose for better configurability
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user