File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -69,12 +69,12 @@ container:boot:sagittarius:grpc:
6969 - .container:boot:sagittarius
7070 variables :
7171 SAGITTARIUS_CMD : " bin/grpc_server"
72- DOCKER_ARGS : " --publish 127.0.0.1: 50051:50051 --env SAGITTARIUS_PREPARE_DATABASE=true"
72+ DOCKER_ARGS : " --publish 50051:50051 --env SAGITTARIUS_PREPARE_DATABASE=true"
7373 before_script :
7474 - apk add libc6-compat
7575 - bundle config set --local force_ruby_platform true
7676 - bundle install
7777 - !reference [.container:boot:sagittarius, before_script]
7878 script :
79- - scripts/grpc_check_health --host 127.0.0.1 :50051 --service liveness --retries 20
80- - scripts/grpc_check_health --host 127.0.0.1 :50051 --service readiness --retries 20
79+ - scripts/grpc_check_health --host docker :50051 --service liveness --retries 20
80+ - scripts/grpc_check_health --host docker :50051 --service readiness --retries 20
You can’t perform that action at this time.
0 commit comments