Skip to content

Commit

Permalink
Update validator version to v3.10.0 (#310)
Browse files Browse the repository at this point in the history
Co-authored-by: Mebin Abraham <[email protected]>
  • Loading branch information
petechd and MebinAbraham authored Nov 17, 2022
1 parent 03a0e9e commit 75f13db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion docker-compose-schema-validator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ services:
- eq-schema
ports:
- 5002:5002
healthcheck:
test: "curl localhost:5002/status"
interval: 5s
timeout: 5s
retries: 20

py-validator:
image: onsdigital/eq-questionnaire-validator:${TAG}
Expand All @@ -18,7 +23,8 @@ services:
ports:
- 5001:5000
depends_on:
- ajv-validator
ajv-validator:
condition: service_healthy
networks:
eq-schema:
driver: bridge
2 changes: 1 addition & 1 deletion scripts/run_validator.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash
tag=v3.9.0
tag=v3.10.0
TAG=${tag} docker-compose -f docker-compose-schema-validator.yml up -d

0 comments on commit 75f13db

Please sign in to comment.