Update build_bromite.yaml

This commit is contained in:
uazo
2021-07-30 12:06:31 +02:00
committed by GitHub
parent 4737501a1f
commit e5c7e803c3

View File

@@ -142,9 +142,10 @@ jobs:
- /tmp/proxy:/tmp/proxy - /tmp/proxy:/tmp/proxy
options: >- options: >-
--health-cmd "hostname -I >/tmp/proxy/gomaserverip" --health-cmd "hostname -I >/tmp/proxy/gomaserverip"
--health-interval 1000m --health-interval 30s
--health-timeout 5s --health-timeout 5s
--health-retries 5 --health-retries 5
env: env:
REDISHOST: redis REDISHOST: redis
REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }} REMOTEEXEC_ADDR: ${{ secrets.REMOTEEXEC_ADDR }}