Remove thelounge.

This commit is contained in:
Víðir Valberg Guðmundsson 2022-07-23 15:48:49 +02:00
parent e806ffc3ad
commit a6420830e4
3 changed files with 0 additions and 32 deletions

View File

@ -10,7 +10,6 @@
services:
- nginx-proxy
- openldap
- thelounge
- nextcloud
- passit
- gitea

View File

@ -7,9 +7,6 @@ ldap:
domain: "ldap.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/openldap"
thelounge:
domain: "irc.{{ base_domain }}"
nextcloud:
domain: "cloud.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/nextcloud"
@ -22,9 +19,6 @@ passit:
domain: "passit.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/passit"
fider:
domain: "feedback.{{ base_domain }}"
matrix:
domain: "matrix.{{ base_domain }}"
volume_folder: "{{ volume_root_folder }}/matrix"

View File

@ -1,25 +0,0 @@
---
- name: thelounge volume
docker_volume:
name: thelounge
- name: upload thelounge config
template:
src: files/configs/thelounge.js
dest: /var/lib/docker/volumes/thelounge/_data/config.js
- name: thelounge container
docker_container:
name: thelounge
image: thelounge/lounge:latest
restart_policy: always
volumes:
- thelounge:/home/lounge/data
networks:
- name: external_services
- name: ldap
env:
VIRTUAL_HOST: "{{ thelounge.domain }}"
LETSENCRYPT_HOST: "{{ thelounge.domain }}"
LETSENCRYPT_EMAIL: "{{ letsencrypt_email }}"