diff --git a/services/irc/docker-compose.yml b/services/irc/docker-compose.yml new file mode 100644 index 0000000..abdea8c --- /dev/null +++ b/services/irc/docker-compose.yml @@ -0,0 +1,21 @@ +name: IRC + +services: + thelounge: + hostname: thelounge + image: lscr.io/linuxserver/thelounge + environment: + PUID: ${NASCOMPOSE_UID?} + PGID: ${NASCOMPOSE_GID?} + networks: + - reverse-proxy + volumes: + - ${NASCOMPOSE_SERVICES?}/irc/volumes/thelounge_config/:/config/ + restart: unless-stopped + labels: + traefik.enable: true + traefik.http.routers.qbittorrent.middlewares: authelia@file + +networks: + reverse-proxy: + external: true diff --git a/services/irc/volumes/thelounge_config/.gitkeep b/services/irc/volumes/thelounge_config/.gitkeep new file mode 100644 index 0000000..e69de29