Merged in feature/testingopts (pull request #129)
Testing Options and Clean Up * bitsandbobs * lint * healthchecks * imgintests * singlegenerate * testclean * network * networkclean * cmds
This commit is contained in:
@@ -13,10 +13,10 @@ services:
|
||||
volumes:
|
||||
- test-db-data:/var/lib/postgresql/data
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "pg_isready -U ${PGUSER}"]
|
||||
interval: 10s
|
||||
test: ["CMD", "sh", "-c", "pg_isready -U ${PGUSER} && psql -U ${PGUSER} -c 'SELECT 1'"]
|
||||
interval: 500ms
|
||||
timeout: 5s
|
||||
retries: 5
|
||||
retries: 50
|
||||
networks:
|
||||
- test-server-network
|
||||
|
||||
|
||||
Reference in New Issue
Block a user