fix: update port mapping for app service in docker-compose configuration
This commit is contained in:
parent
9083d9d23c
commit
31d1d8de1e
|
|
@ -23,7 +23,7 @@ services:
|
||||||
ANALYTICS_CACHE_TTL_SECONDS: ${ANALYTICS_CACHE_TTL_SECONDS}
|
ANALYTICS_CACHE_TTL_SECONDS: ${ANALYTICS_CACHE_TTL_SECONDS}
|
||||||
ANALYTICS_CACHE_BACKOFF_MS: ${ANALYTICS_CACHE_BACKOFF_MS}
|
ANALYTICS_CACHE_BACKOFF_MS: ${ANALYTICS_CACHE_BACKOFF_MS}
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "80:8000"
|
||||||
depends_on:
|
depends_on:
|
||||||
- postgres
|
- postgres
|
||||||
- redis
|
- redis
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue