This commit is contained in:
+2
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user