From 5a1a70118b15a2592691a28ac8fb63e9054946eb Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 12:57:35 +0530 Subject: [PATCH] Create compose.yml --- docker-compose-files/thelounge/compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker-compose-files/thelounge/compose.yml diff --git a/docker-compose-files/thelounge/compose.yml b/docker-compose-files/thelounge/compose.yml new file mode 100644 index 0000000..ac4613e --- /dev/null +++ b/docker-compose-files/thelounge/compose.yml @@ -0,0 +1,11 @@ +version: '2' +services: + thelounge: + image: ghcr.io/thelounge/thelounge:latest + container_name: thelounge + ports: + - "9000:9000" + restart: always + volumes: + - ./thelounge:/var/opt/thelounge # bind lounge config from the host's file system +# external caddy handles SSL certs