Skip to content
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

feat: Add traefik example YAML for local development with Docker Compose #11

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

y12studio
Copy link
Contributor

No description provided.

…ose, including support for Traefik reverse-proxy

Signed-off-by: Joye Lin <[email protected]>
Copy link
Member

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think traefik might be a bit overkill for local development. Maybe you can set it up using the ngrok container: https://ngrok.com/docs/using-ngrok-with/docker/

and point that to the agent container? I think you can then also pack evertyhing within the docker compose file and it's not needed to first do some steps to get it running.

You can also add ngrok dependency to the agent and use that on startup if e.g. USE_NGROK=true env is set, so there's no extra services needed.

What do you think?

@y12studio
Copy link
Contributor Author

The intent here is to offer an alternative example that allows users to rapidly demo this playground to external parties, eliminating the need for an ngrok API key. However, if this Pull Request doesn't align with the project's direction, feel free to close it. I'm perfectly okay with that decision.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants