fix: define internal APP_PORT in docker-compose
CI / build (push) Successful in 6m25s

This commit is contained in:
ramvignesh-b
2026-05-13 02:01:06 +05:30
parent 75136ee6bd
commit a5a0616941
+1
View File
@@ -8,6 +8,7 @@ services:
- REDIS_HOST=redis
- REDIS_PORT=6379
- API_KEY=${API_KEY}
- APP_PORT=3000
depends_on:
- redis