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

Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
Alexey Aristov 2025-05-14 21:20:01 +02:00
parent 53f02fac18
commit 6c23b45354
No known key found for this signature in database
GPG Key ID: EC5C259ABC7D90EA
2 changed files with 16 additions and 0 deletions

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:

View File

@ -0,0 +1 @@
hulygun hardcoreeng/service_hulygun:0.1.1