Skip to content

Commit

Permalink
fix CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
gpelouze committed Oct 31, 2023
1 parent 727f243 commit 0e0262a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vre-panel/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ services:
- SECRET=secret
ports:
- '127.0.0.1:3000:3000'
healthcheck:
test: |
wget http://localhost:3000/vreapp/ -O -
interval: 5s
4 changes: 4 additions & 0 deletions vreapis/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,7 @@ services:
- SECRET_KEY=secret
ports:
- '127.0.0.1:8000:8000'
healthcheck:
test: |
curl --fail http://localhost:8000/vre-api-test/api/
interval: 5s

0 comments on commit 0e0262a

Please sign in to comment.