Skip to content

Commit

Permalink
Fix FRONTEND_ASSET_URL for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Sep 24, 2024
1 parent f9a6ce3 commit dc005c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker-compose.e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ services:
frontend:
environment:
- 'KITSPACE_PROCESSOR_ASSET_URL=http://processor-bucket.kitspace-minio.test:3000/${KITSPACE_PROCESSOR_ASSET_VERSION}'
# blank means it will use '/' i.e. the next.js server
- 'KITSPACE_FRONTEND_ASSET_URL='
volumes:
- /etc/hosts:/etc/hosts:ro

Expand Down

0 comments on commit dc005c2

Please sign in to comment.