proxy api through web hostname
CI / compose (push) Successful in 10m13s

This commit is contained in:
Marco0300
2026-09-03 16:40:18 +02:00
parent 0478228c08
commit 01da41cc21
4 changed files with 132 additions and 5 deletions
+2 -4
View File
@@ -16,8 +16,6 @@ services:
BOOTSTRAP_ADMIN_EMAIL: ${BOOTSTRAP_ADMIN_EMAIL:-}
BOOTSTRAP_ADMIN_PASSWORD: ${BOOTSTRAP_ADMIN_PASSWORD:-}
AUTOMATED_OUTREACH_ENABLED: "false"
ports:
- "${API_PORT:-8000}:8000"
volumes:
- prospect_api_data:/data
read_only: true
@@ -43,9 +41,9 @@ services:
dockerfile: Dockerfile
image: prospect-platform-web:local
environment:
API_UPSTREAM_HOST: api
API_UPSTREAM_PORT: "8000"
AUTOMATED_OUTREACH_ENABLED: "false"
ports:
- "${WEB_PORT:-8080}:8080"
read_only: true
init: true
pids_limit: 128