summaryrefslogtreecommitdiffhomepage
path: root/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yml')
-rw-r--r--docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/docker-compose.yml b/docker-compose.yml
index 2bd169e..32d6b52 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -134,8 +134,8 @@ services:
environment:
# === Server ===
HOST: 0.0.0.0
- PORT: ${INTERNAL_PORT:-3002}
- INTERNAL_PORT: ${INTERNAL_PORT:-3002}
+ PORT: ${INTERNAL_PORT:-31329}
+ INTERNAL_PORT: ${INTERNAL_PORT:-31329}
ENV: local
NUM_WORKERS_PER_QUEUE: ${NUM_WORKERS_PER_QUEUE:-8}
USE_DB_AUTHENTICATION: ${USE_DB_AUTHENTICATION:-false}
@@ -174,7 +174,7 @@ services:
PROXY_USERNAME: ${PROXY_USERNAME:-}
PROXY_PASSWORD: ${PROXY_PASSWORD:-}
ports:
- - "127.0.0.1:${INTERNAL_PORT:-3002}:${INTERNAL_PORT:-3002}"
+ - "0.0.0.0:${INTERNAL_PORT:-31329}:${INTERNAL_PORT:-31329}"
ulimits:
nofile:
soft: 65535
@@ -201,7 +201,7 @@ services:
- "traefik.http.routers.firecrawl-api.rule=Host(`${FIRECRAWL_DOMAIN}`)"
- "traefik.http.routers.firecrawl-api.entrypoints=websecure"
- "traefik.http.routers.firecrawl-api.tls.certResolver=letsencrypt"
- - "traefik.http.services.firecrawl-api.loadbalancer.server.port=${INTERNAL_PORT:-3002}"
+ - "traefik.http.services.firecrawl-api.loadbalancer.server.port=${INTERNAL_PORT:-31329}"
logging:
driver: "json-file"
options: