fix(deploy): change API host port to 8012 (8010 also occupied)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
582f8ad2e8
commit
1e5a07b06e
2 changed files with 2 additions and 2 deletions
|
|
@ -83,7 +83,7 @@ services:
|
|||
redis:
|
||||
condition: service_healthy
|
||||
ports:
|
||||
- "8010:8000"
|
||||
- "8012:8000"
|
||||
environment:
|
||||
# App configuration
|
||||
APP_ENV: ${APP_ENV:-dev}
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ WEBROOT="/var/www/html/video-accessibility"
|
|||
APACHE_CONF_DIR="/etc/apache2/sites-available"
|
||||
APACHE_VHOST="optical-dev.oliver.solutions.conf"
|
||||
COMPOSE="docker compose -f docker-compose.yml -f docker-compose.prod.yml -f docker-compose.optical-dev.yml --env-file .env.production"
|
||||
API_INTERNAL_PORT=8010 # host port the api container exposes
|
||||
API_INTERNAL_PORT=8012 # host port the api container exposes
|
||||
VITE_BASE="/video-accessibility"
|
||||
|
||||
# Only build images that run on optical-dev; heavy workers run on Cloud Run Jobs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue