fix bot-emulator-users

This commit is contained in:
2026-05-28 21:55:34 +03:00
parent d2483ada15
commit 732e7c81b4
5 changed files with 161 additions and 70 deletions
+6 -2
View File
@@ -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