add eventhub-admin-ui dependency
This commit is contained in:
@@ -77,7 +77,7 @@ services:
|
||||
# volume:
|
||||
# nocopy: true
|
||||
deploy:
|
||||
replicas: 2
|
||||
replicas: 1
|
||||
endpoint_mode: dnsrr
|
||||
restart_policy:
|
||||
condition: any
|
||||
@@ -86,11 +86,11 @@ services:
|
||||
|
||||
# ================== Admin UI ==================
|
||||
admin-ui:
|
||||
image: admin-ui:latest
|
||||
image: eventhub-admin-ui:latest
|
||||
networks:
|
||||
- eventhub-net
|
||||
deploy:
|
||||
replicas: 0
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
condition: any
|
||||
labels:
|
||||
@@ -114,7 +114,7 @@ services:
|
||||
ports:
|
||||
- "9090:9090"
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
restart_policy:
|
||||
condition: any
|
||||
|
||||
@@ -134,7 +134,7 @@ services:
|
||||
ports:
|
||||
- "3000:3000"
|
||||
deploy:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
restart_policy:
|
||||
condition: any
|
||||
|
||||
|
||||
Reference in New Issue
Block a user