Skip to content

Commit

Permalink
ci: change docker compose for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Jun 17, 2024
1 parent 9fc2eb0 commit dd6e8d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ jobs:
with:
working-directory: frontend/src/main/frontend/
build: npm run build:prod
start: docker-compose up -d
start: docker-compose -f ../../../../docker-compose.demo.yml up -d
wait-on: "http://localhost:8080/"
wait-on-timeout: 360
3 changes: 2 additions & 1 deletion docker-compose.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@ version: "3"

services:
frank:
image: frank-flow
image: frank-flow-demo
build:
context: .
dockerfile: Dockerfile.demo
ports:
- "8080:8080"
Expand Down

0 comments on commit dd6e8d2

Please sign in to comment.