fix bot-emulator-users
This commit is contained in:
@@ -74,8 +74,6 @@ services:
|
||||
- type: volume
|
||||
source: eventhub-data
|
||||
target: /app/data
|
||||
# volume:
|
||||
# nocopy: true
|
||||
deploy:
|
||||
replicas: 1
|
||||
endpoint_mode: dnsrr
|
||||
@@ -89,6 +87,8 @@ services:
|
||||
image: eventhub-admin-ui:latest
|
||||
networks:
|
||||
- eventhub-net
|
||||
depends_on:
|
||||
- eventhub
|
||||
deploy:
|
||||
replicas: 1
|
||||
restart_policy:
|
||||
@@ -196,9 +196,13 @@ services:
|
||||
- MAX_DELAY=3.0
|
||||
- LOOP_FOREVER=true
|
||||
- BOT_REFRESH_INTERVAL=300
|
||||
- TICKET_CHANCE=0.07
|
||||
- STARTUP_DELAY=30
|
||||
- DEBUG=false
|
||||
networks:
|
||||
- eventhub-net
|
||||
depends_on:
|
||||
- eventhub
|
||||
deploy:
|
||||
mode: replicated
|
||||
replicas: 1
|
||||
|
||||
Reference in New Issue
Block a user