integrate hulygun service (docker-compose.yaml, pods/external) (#8946)

Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
Alexey Aristov
2025-05-15 19:18:59 +05:00
committed by GitHub
parent 53f02fac18
commit ea99f3d074
2 changed files with 16 additions and 0 deletions
+15
View File
@@ -549,6 +549,21 @@ services:
- HULY_DB_CONNECTION=${DB_CR_URL}
- HULY_TOKEN_SECRET=secret
restart: unless-stopped
hulygun:
image: hardcoreeng/hulygun
depends_on:
redpanda:
condition: service_started
account:
condition: service_started
extra_hosts:
- 'huly.local:host-gateway'
environment:
- HULY_LOG=debug
- HULY_KAFKA_BOOTSTRAP=redpanda:9092
- HULY_TOKEN_SECRET=secret
- HULY_ACCOUNT_SERVICE=http://huly.local:3000
restart: unless-stopped
volumes:
db:
dbpg:
+1
View File
@@ -0,0 +1 @@
hulygun hardcoreeng/service_hulygun:0.1.1