fix: update port mapping for app service in docker-compose configuration
Build and deploy / build (push) Successful in 10s Details
Build and deploy / deploy (push) Successful in 21s Details

This commit is contained in:
k1nq 2025-11-29 23:36:17 +05:00
parent 9083d9d23c
commit 31d1d8de1e
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ services:
ANALYTICS_CACHE_TTL_SECONDS: ${ANALYTICS_CACHE_TTL_SECONDS}
ANALYTICS_CACHE_BACKOFF_MS: ${ANALYTICS_CACHE_BACKOFF_MS}
ports:
- "8000:8000"
- "80:8000"
depends_on:
- postgres
- redis