Override geth startup script to allow unsafe txs

This commit is contained in:
2024-02-21 18:33:26 +05:30
parent 777f4524de
commit d0d0602e88
3 changed files with 43 additions and 13 deletions
@@ -14,7 +14,7 @@ services:
- ../config/postgresql/multiple-postgressql-databases.sh:/docker-entrypoint-initdb.d/multiple-postgressql-databases.sh
- mobymask_watcher_db_data:/var/lib/postgresql/data
ports:
- "127.0.0.1:15432:5432"
- "5432"
healthcheck:
test: ["CMD", "nc", "-v", "localhost", "5432"]
interval: 20s