revoltchat / self-hosted

Deploy Revolt using Docker.
851 stars 106 forks source link

Stack Network error #54

Closed dlartigu closed 1 year ago

dlartigu commented 1 year ago

What happened?

Hello, I've managed to build a stack based on the self hosted revolt chat docker (https://github.com/revoltchat/self-hosted) It's working... but as I'm already using portainer and traefik the ports are not working. - Getting Network Error when I try to subscribe -

Any idea on how to fix that ? And maybe it can help others too :) I mean I already have a: portainer + swarmpit + traefik + gitea + drone + taiga When I try to subscribe it's says Network error.

Thanks

version: '3.8'

x-default: &defaults environment:

networks: traefik-public: external: true

services:

MongoDB database

database: <<: *defaults image: mongo volumes:

volumes: revoltdb: revoltminio:

insertish commented 1 year ago

Not enough information to work with. If you want support with self hosting please use Revolt Lounge (https://rvlt.gg/Testers) instead of issues.