refractor code,

This commit is contained in:
root
2026-05-21 12:35:49 -04:00
parent e74681e810
commit f009ca10c6
158 changed files with 215801 additions and 5884 deletions
+4
View File
@@ -27,6 +27,7 @@ services:
- redis_prod_data:/data
api:
image: ${CI_REGISTRY_IMAGE:-rentaldrivego-prod-app}:${APP_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.production
@@ -65,6 +66,7 @@ services:
- traefik.http.services.api.loadbalancer.server.port=4000
marketplace:
image: ${CI_REGISTRY_IMAGE:-rentaldrivego-prod-app}:${APP_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.production
@@ -93,6 +95,7 @@ services:
- traefik.http.services.marketplace-svc.loadbalancer.server.port=3000
dashboard:
image: ${CI_REGISTRY_IMAGE:-rentaldrivego-prod-app}:${APP_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.production
@@ -121,6 +124,7 @@ services:
- traefik.http.services.dashboard-svc.loadbalancer.server.port=3001
admin:
image: ${CI_REGISTRY_IMAGE:-rentaldrivego-prod-app}:${APP_VERSION:-latest}
build:
context: .
dockerfile: Dockerfile.production