mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-09 09:20:54 +00:00
integrate hulygun service (docker-compose.yaml, pods/external)
Signed-off-by: Alexey Aristov <aav@acm.org>
This commit is contained in:
parent
53f02fac18
commit
6c23b45354
@ -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
pods/external/services.d/hulygun.service
vendored
Normal file
1
pods/external/services.d/hulygun.service
vendored
Normal file
@ -0,0 +1 @@
|
||||
hulygun hardcoreeng/service_hulygun:0.1.1
|
Loading…
Reference in New Issue
Block a user