Browse Source
Merge pull request #93 from Samourai-Wallet/feat_mydojo_dc_timeouts
increase timeouts defined in docker-compose files (for raspi hardwares)
umbrel
kenshin samourai
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
3 additions and
3 deletions
-
docker/my-dojo/docker-compose.yaml
-
docker/my-dojo/overrides/bitcoind.install.yaml
|
|
@ -32,7 +32,7 @@ services: |
|
|
|
- ./conf/docker-bitcoind.conf |
|
|
|
- ./conf/docker-node.conf |
|
|
|
restart: on-failure |
|
|
|
command: "/home/node/app/wait-for-it.sh db:3306 --timeout=360 --strict -- /home/node/app/restart.sh" |
|
|
|
command: "/home/node/app/wait-for-it.sh db:3306 --timeout=720 --strict -- /home/node/app/restart.sh" |
|
|
|
expose: |
|
|
|
- "8080" |
|
|
|
- "8081" |
|
|
@ -54,7 +54,7 @@ services: |
|
|
|
- ./.env |
|
|
|
- ./conf/docker-common.conf |
|
|
|
restart: on-failure |
|
|
|
command: "/wait-for node:8080 --timeout=360 -- nginx" |
|
|
|
command: "/wait-for node:8080 --timeout=720 -- nginx" |
|
|
|
expose: |
|
|
|
- "80" |
|
|
|
volumes: |
|
|
|
|
|
@ -11,7 +11,7 @@ services: |
|
|
|
- ./conf/docker-common.conf |
|
|
|
- ./conf/docker-bitcoind.conf |
|
|
|
restart: on-failure |
|
|
|
command: "/wait-for-it.sh tor:9050 --timeout=360 --strict -- /restart.sh" |
|
|
|
command: "/wait-for-it.sh tor:9050 --timeout=720 --strict -- /restart.sh" |
|
|
|
expose: |
|
|
|
- "8333" |
|
|
|
- "28256" |
|
|
|