File tree Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Expand file tree Collapse file tree 4 files changed +28
-2
lines changed Original file line number Diff line number Diff line change @@ -62,3 +62,16 @@ container:boot:aquila:
6262 - docker compose logs aquila -f &
6363 - support/grpc_check_health --host docker:8081 --service liveness --retries 20
6464 - support/grpc_check_health --host docker:8081 --service readiness --retries 20
65+
66+ container:boot:taurus :
67+ extends :
68+ - .container:boot
69+ needs :
70+ - container:taurus
71+ script :
72+ - bundle install
73+ - docker compose up nats -d
74+ - docker compose up taurus -d
75+ - docker compose logs taurus -f &
76+ - support/grpc_check_health --host docker:8082 --service liveness --retries 20
77+ - support/grpc_check_health --host docker:8082 --service readiness --retries 20
Original file line number Diff line number Diff line change @@ -63,5 +63,17 @@ services:
6363 ports :
6464 - " 8081:8081"
6565
66+ taurus :
67+ image : ghcr.io/code0-tech/reticulum/ci-builds/taurus:${CI_PIPELINE_ID}
68+ networks :
69+ - boot
70+ environment :
71+ NATS_URL : nats://nats:4222
72+ WITH_HEALTH_SERVICE : " true"
73+ GRPC_HOST : 0.0.0.0
74+ GRPC_PORT : " 8082"
75+ ports :
76+ - " 8082:8082"
77+
6678networks :
6779 boot :
Original file line number Diff line number Diff line change 22
33set -e
44
5- source scripts /helpers.sh
5+ source support /helpers.sh
66
77rm -rf projects/*
88mkdir -p projects
99
1010download_project aquila
1111download_project draco
1212download_project sagittarius
13+ download_project taurus
Original file line number Diff line number Diff line change 1- 52f3377976256b2462242d6858d7df63c21bb121
1+ 28402c1af65bd6df71061a38509621fa6cecdff3
You can’t perform that action at this time.
0 commit comments