-
Notifications
You must be signed in to change notification settings - Fork 23
Add Wave to local dev environment #1774
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
🚅 Deployed to the app-pr-1774 environment in Drips App
|
03299bb to
c8ad271
Compare
a9f2cea to
1691748
Compare
…or when response is weird
…c one created with cloudflared
…flared logs temporarily
f246da3 to
787d651
Compare
efstajas
approved these changes
Jan 2, 2026
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
This PR introduces a fully containerized local development environment for the Wave service, integrated directly into the
docker-composesetup. It automates the exposure of the local Wave instance via a Cloudflare Tunnel, allowing for seamless webhook handling and interaction with the Drips app during development.Key Changes
waveandpostgres-waveservices todocker-compose.ymlto run the Wave backend and its database locally.cloudflaredservice with a custom Dockerfile and entrypoint to automatically create and manage a public tunnel for the local Wave service.docker/detect-wave.shto automatically detect access to the Wave Docker image and configure environment profiles.docker/wave-command.shto handle the startup synchronization between Cloudflare (waiting for the public URL) and the Wave service.docker/start-dev.shanddocker/start-e2e.shto include Wave detection logic..env.templateto include necessary configuration for Wave and Cloudflare (e.g.,WAVE_PUBLIC_URL,POSTGRES_WAVE_URL).docs/WAVE_SERVICE_SETUP.mdproviding a comprehensive guide on setting up and troubleshooting the local Wave environment.Technical Details
cloudflaredhas successfully established a tunnel and generated a public URL.