Add thelounge service.
This commit is contained in:
parent
339cc56180
commit
92958154cf
@ -20,6 +20,7 @@
|
||||
# 8019: pictrs
|
||||
# 8020: iframely
|
||||
# 8021: adminer
|
||||
# 8022: webchat
|
||||
|
||||
version: '2.4'
|
||||
services:
|
||||
@ -370,3 +371,13 @@ services:
|
||||
links:
|
||||
- "mariadb:db"
|
||||
- postgres
|
||||
|
||||
webchat:
|
||||
image: thelounge/thelounge:latest
|
||||
ports:
|
||||
- "127.0.0.1:8022:9000"
|
||||
restart: always
|
||||
volumes:
|
||||
- ./irc/thelounge:/var/opt/thelounge
|
||||
depends_on:
|
||||
- irc
|
||||
|
Loading…
x
Reference in New Issue
Block a user