Automate source deployment on main

This commit is contained in:
Your Name
2026-04-04 03:10:08 +05:00
parent dcddd12c56
commit 6cebd8216c
8 changed files with 320 additions and 41 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ x-app-env: &app_env
x-service-defaults: &service_defaults
build:
context: ..
image: call-center-app:local
image: ${CALL_CENTER_IMAGE:-call-center-app:latest}
restart: unless-stopped
env_file:
- ../.env.production
@@ -175,7 +175,7 @@ services:
api-gateway:
<<: *service_defaults
container_name: call-center-api-gateway
container_name: call-center-app
depends_on:
- auth-service
- audit-service