Skip to content

Commit

Permalink
update VT to working tests
Browse files Browse the repository at this point in the history
Signed-off-by: John Seekins <[email protected]>
  • Loading branch information
John Seekins committed Jan 10, 2023
1 parent 423c6fd commit 2846372
Show file tree
Hide file tree
Showing 2 changed files with 253 additions and 168 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,16 @@ services:
entrypoint: ["poetry", "run"]
networks:
- openstates-network
db:
image: postgres
environment:
- POSTGRES_PASSWORD=test
- POSTGRES_USER=test
- POSTGRES_DB=test
ports:
- 5432:5432
healthcheck:
test: ["CMD-SHELL", "pg_isready -q -d test -U test"]
interval: 10s
timeout: 5s
retries: 5
Loading

0 comments on commit 2846372

Please sign in to comment.