fix: copy top_leagues config files to Docker image and fix port mapping
Deploy Iddaai Backend / build-and-deploy (push) Failing after 4s

This commit is contained in:
2026-04-16 09:08:58 +03:00
parent 117a3c1f96
commit b4173c10bb
2 changed files with 60 additions and 1 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
--name iddaai-be \
--restart unless-stopped \
--network iddaai_iddaai-network \
-p 127.0.0.1:1810:3000 \
-p 127.0.0.1:1810:3005 \
-e NODE_ENV=production \
-e DATABASE_URL='postgresql://iddaai_user:IddaA1_S4crET!@iddaai-postgres:5432/iddaai_db?schema=public' \
-e REDIS_HOST='iddaai-redis' \