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 51b25ce commit 727f243
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions vre-panel/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
services:
app:
image: vreapp
container_name: app
env_file:
- .env.test
environment:
Expand Down
1 change: 1 addition & 0 deletions vreapis/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ services:

app:
image: vreapi
container_name: app
environment:
- DB_HOST=db
- DB_NAME=vrepaas
Expand Down

0 comments on commit 727f243

Please sign in to comment.