revoltchat / self-hosted

Deploy Revolt using Docker.
904 stars 116 forks source link

Voso configuration #15

Closed jim3692 closed 2 years ago

jim3692 commented 2 years ago

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
kiguigui commented 2 years ago

Hey @jim3692 ,

maybe this post can help you.

jim3692 commented 2 years ago

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.