Enable integration tests (#760)
* Enable integration tests * Install chromium * Enable webServer * Run docker compose * Build docker images * Set working dir * Add Makefile * Fix healthcheck
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
||||
volumes:
|
||||
- ./data/pb_data:/pb_data
|
||||
healthcheck:
|
||||
test: wget --spider -q http://localhost:8090/health || exit 1
|
||||
test: ["CMD", "/curl", "--fail", "http://localhost:8090/health"]
|
||||
interval: 15s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
@@ -76,7 +76,7 @@ services:
|
||||
- wanderer
|
||||
restart: unless-stopped
|
||||
healthcheck:
|
||||
test: curl --fail http://localhost:3000/ || exit 1
|
||||
test: ["CMD", "/curl", "--fail", "http://localhost:3000/"]
|
||||
interval: 15s
|
||||
retries: 10
|
||||
start_period: 20s
|
||||
|
||||
Reference in New Issue
Block a user