Skip to content

Commit d0acad3

Browse files
authored
Add websocket port for ergochat
1 parent 6c88bdd commit d0acad3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docker-compose.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,16 @@ services:
142142
networks:
143143
- faf
144144
restart: unless-stopped
145+
expose:
146+
- "8097"
145147
ports:
146148
- "6667:6667/tcp"
147149
- "6697:6697/tcp"
150+
labels:
151+
- "traefik.enable=true"
152+
- "traefik.http.routers.ergochat.rule=Host(`chat.${DOMAINNAME}`)"
153+
- "traefik.http.routers.ergochat.entryPoints=websecure"
154+
- "traefik.http.services.ergochat.loadbalancer.server.port=8097"
148155

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

0 commit comments

Comments
 (0)