mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-19 02:23:32 +00:00
Create compose.yml
This commit is contained in:
11
docker-compose-files/thelounge/compose.yml
Normal file
11
docker-compose-files/thelounge/compose.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user