Voso configuration #9

Closed
opened 2026-02-16 12:51:02 -05:00 by yindo · 2 comments
Owner

Originally created by @jim3692 on GitHub (Oct 15, 2021).

How do I add vortex to compose?

I tried adding this but I am getting {error: 1011, message: 'Internal Server Error'} in the browser console when I try to call someone

  voso:
    image: revoltchat/vortex:0.3.0-alpha.1
    ports:
      - "8080:8080"
      - "10000-10100/tcp"
      - "10000-10100/udp"
    environment:
      - WS_URL=ws://<my_pc_ip>:8080
      - MANAGE_TOKEN=CHANGEME
      - RTC_IPS=<my_pc_ip>
      - RTC_MIN_PORT=10000
      - RTC_MAX_PORT=10100
    restart: always
Originally created by @jim3692 on GitHub (Oct 15, 2021). How do I add vortex to compose? I tried adding this but I am getting `{error: 1011, message: 'Internal Server Error'}` in the browser console when I try to call someone ``` voso: image: revoltchat/vortex:0.3.0-alpha.1 ports: - "8080:8080" - "10000-10100/tcp" - "10000-10100/udp" environment: - WS_URL=ws://<my_pc_ip>:8080 - MANAGE_TOKEN=CHANGEME - RTC_IPS=<my_pc_ip> - RTC_MIN_PORT=10000 - RTC_MAX_PORT=10100 restart: always ```
yindo closed this issue 2026-02-16 12:51:02 -05:00
Author
Owner

@kiguigui commented on GitHub (Nov 4, 2021):

Hey @jim3692 ,

maybe this post can help you.

@kiguigui commented on GitHub (Nov 4, 2021): Hey @jim3692 , maybe [this](https://github.com/revoltchat/revolt/discussions/187) post can help you.
Author
Owner

@jim3692 commented on GitHub (Nov 5, 2021):

I am not sure what the issue was in that configuration. I think there were some routing issue in my network.

Anyway, I have a working configuration in my repo.

@jim3692 commented on GitHub (Nov 5, 2021): I am not sure what the issue was in that configuration. I think there were some routing issue in my network. Anyway, I have a working configuration [in my repo](https://github.com/jim3692/self-hosted).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: stoatchat/self-hosted#9