Skip to content

Commit

Permalink
Add websocket port for ergochat
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheikah45 committed Jan 15, 2024
1 parent 6c88bdd commit d0acad3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,16 @@ services:
networks:
- faf
restart: unless-stopped
expose:
- "8097"
ports:
- "6667:6667/tcp"
- "6697:6697/tcp"
labels:
- "traefik.enable=true"
- "traefik.http.routers.ergochat.rule=Host(`chat.${DOMAINNAME}`)"
- "traefik.http.routers.ergochat.entryPoints=websecure"
- "traefik.http.services.ergochat.loadbalancer.server.port=8097"

#
# The content management system which is still being used as a backend for the website. The website accesses
Expand Down

0 comments on commit d0acad3

Please sign in to comment.