forked from cerc-io/stack-orchestrator
		
	Merge pull request #252 from cerc-io/dboreham/fix-go-ethereum-foundry-startup
Fix health checks in erc20 containers
Former-commit-id: bb63035fcc
			
			
This commit is contained in:
		
						commit
						29f0302fb0
					
				| @ -8,7 +8,7 @@ services: | ||||
|         condition: service_healthy | ||||
|     image: cerc/go-ethereum-foundry:local | ||||
|     healthcheck: | ||||
|       test: ["CMD", "nc", "-v", "localhost", "8545"] | ||||
|       test: ["CMD", "nc", "-vz", "localhost", "8545"] | ||||
|       interval: 30s | ||||
|       timeout: 3s | ||||
|       retries: 10 | ||||
|  | ||||
| @ -39,7 +39,7 @@ services: | ||||
|       - "0.0.0.0:3002:3001" | ||||
|       - "0.0.0.0:9002:9001" | ||||
|     healthcheck: | ||||
|       test: ["CMD", "nc", "-v", "localhost", "3002"] | ||||
|       test: ["CMD", "nc", "-vz", "localhost", "3001"] | ||||
|       interval: 20s | ||||
|       timeout: 5s | ||||
|       retries: 15 | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user