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

Streaming not working on Docker deployed app #1701

Closed
baptisteArno opened this issue Aug 14, 2024 · 3 comments
Closed

Streaming not working on Docker deployed app #1701

baptisteArno opened this issue Aug 14, 2024 · 3 comments
Labels
Content 📝 Improvements or additions to documentation

Comments

@baptisteArno
Copy link
Owner

No description provided.

@baptisteArno baptisteArno added the Bug 🐛 Something isn't working label Aug 14, 2024
@github-project-automation github-project-automation bot moved this to Backlog ☁️ in Typebot Aug 14, 2024
@baptisteArno baptisteArno moved this from Backlog ☁️ to In progress 🔜 in Typebot Aug 16, 2024
@baptisteArno
Copy link
Owner Author

Working on docker-compose without proxy

@baptisteArno
Copy link
Owner Author

@lewiswilliam
Copy link

confirmed its working now

have updated the following in the docker compose file:

typebot-builder:
    labels:
      virtual.host: 'typebot.domain.com' # change to your domain name
      virtual.port: '3000'
      virtual.tls-email: '[email protected]' # change to your email
      virtual.proxy.directives: |
        flush_interval -1

  typebot-viewer:
    labels:
      virtual.host: 'bot.domain.com' # change to your domain name
      virtual.port: '3000'
      virtual.tls-email: '[email protected]' # change to your email
      virtual.proxy.directives: |
        flush_interval -1

the new setting added is:

virtual.proxy.directives: |
        flush_interval -1

It maybe a good idea to update it here - https://docs.typebot.io/self-hosting/deploy/docker

@baptisteArno baptisteArno added Content 📝 Improvements or additions to documentation and removed Bug 🐛 Something isn't working labels Aug 19, 2024
@github-project-automation github-project-automation bot moved this from Reviewing 👀 to Deployed 🎉 in Typebot Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content 📝 Improvements or additions to documentation
Projects
Status: Deployed 🎉
Development

No branches or pull requests

2 participants