aboutsummaryrefslogtreecommitdiffstats
path: root/terminaldweller.com/lounge/docker-compose.yml
diff options
context:
space:
mode:
Diffstat (limited to 'terminaldweller.com/lounge/docker-compose.yml')
-rw-r--r--terminaldweller.com/lounge/docker-compose.yml36
1 files changed, 17 insertions, 19 deletions
diff --git a/terminaldweller.com/lounge/docker-compose.yml b/terminaldweller.com/lounge/docker-compose.yml
index e755935..3b79a92 100644
--- a/terminaldweller.com/lounge/docker-compose.yml
+++ b/terminaldweller.com/lounge/docker-compose.yml
@@ -1,29 +1,27 @@
version: '3'
services:
app:
- image: thelounge/thelounge:4.3.1
+ image: thelounge/thelounge:4.4.1
volumes:
- thelounge-data:/var/opt/thelounge
networks:
- - traefik-public
- deploy:
- placement:
- constraints:
- - node.labels.thelounge.thelounge-data == true
- labels:
- - traefik.enable=true
- - traefik.docker.network=traefik-public
- - traefik.constraint-label=traefik-public
- - traefik.http.routers.thelounge-http.rule=Host(`lounge.terminaldweller.com`)
- - traefik.http.routers.thelounge-http.entrypoints=http
- - traefik.http.routers.thelounge-http.middlewares=https-redirect
- - traefik.http.routers.thelounge-https.rule=Host(`lounge.terminaldweller.com`)
- - traefik.http.routers.thelounge-https.entrypoints=https
- - traefik.http.routers.thelounge-https.tls=true
- - traefik.http.routers.thelounge-https.tls.certresolver=le
- - traefik.http.services.thelounge.loadbalancer.server.port=9000
+ - loungenet
+ labels:
+ - traefik.enable=true
+ #- traefik.docker.network=traefik-public
+ #- traefik.constraint-label=traefik-public
+ #- traefik.http.routers.thelounge-http.rule=Host(`lounge.terminaldweller.com`)
+ #- traefik.http.routers.thelounge-http.entrypoints=http
+ #- traefik.http.routers.thelounge-http.entrypoints=websecure
+ #- traefik.http.routers.thelounge-http.middlewares=https-redirect
+ - traefik.http.routers.thelounge.rule=Host(`lounge.terminaldweller.com`)
+ - traefik.http.routers.thelounge.entrypoints=websecure
+ - traefik.http.routers.thelounge.tls=true
+ - traefik.http.routers.thelounge.tls.certresolver=letls
+ #- traefik.http.services.thelounge.loadbalancer.server.port=9000
networks:
- traefik-public:
+ loungenet:
+ name: matrix_default
external: true
volumes:
thelounge-data: