refractor code,
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user