Skip to content

Commit

Permalink
set preview url based on hostname
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed Aug 20, 2024
1 parent a5100a9 commit 73b3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.pullpreview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- "3000:3000"
environment:
- CHOKIDAR_USEPOLLING=true
- PREVIEW_URL=http://localhost:3009
- PREVIEW_URL=${PULLPREVIEW_PUBLIC_DNS}:3009
- PUBLISH_URL=http://runner:3009
- LAST_COMMIT
- LAST_TAG
Expand Down

0 comments on commit 73b3a0f

Please sign in to comment.