Add thelounge service.

This commit is contained in:
Adrian Kuschelyagi Malacoda 2021-04-03 13:46:16 -05:00
parent 339cc56180
commit 92958154cf

View File

@ -20,6 +20,7 @@
# 8019: pictrs # 8019: pictrs
# 8020: iframely # 8020: iframely
# 8021: adminer # 8021: adminer
# 8022: webchat
version: '2.4' version: '2.4'
services: services:
@ -370,3 +371,13 @@ services:
links: links:
- "mariadb:db" - "mariadb:db"
- postgres - postgres
webchat:
image: thelounge/thelounge:latest
ports:
- "127.0.0.1:8022:9000"
restart: always
volumes:
- ./irc/thelounge:/var/opt/thelounge
depends_on:
- irc