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