Skip to content

Commit

Permalink
Remove stop-grace-period
Browse files Browse the repository at this point in the history
  • Loading branch information
danielgranhao committed Jan 31, 2025
1 parent 0654cda commit 00fda3e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions regtest/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,6 @@ services:
image: ${MEMPOOL_WEB_IMAGE}
user: "0:0"
restart: on-failure
stop_grace_period: 1m
command: "./wait-for mempool-db:3306 --timeout=720 -- nginx -g 'daemon off;'"
ports:
- 80:8080
Expand All @@ -550,7 +549,6 @@ services:
image: ${MEMPOOL_API_IMAGE}
user: "0:0"
restart: on-failure
stop_grace_period: 1m
command: "./wait-for-it.sh mempool-db:3306 --timeout=720 --strict -- ./start.sh"
depends_on:
bitcoind-init:
Expand All @@ -567,7 +565,6 @@ services:
image: ${MEMPOOL_DB_IMAGE}
user: "0:0"
restart: on-failure
stop_grace_period: 1m
volumes:
- mempool-db-data:/var/lib/mysql

Expand Down

0 comments on commit 00fda3e

Please sign in to comment.