[Komodo] boris: Write Stack File: update compose.yaml

This commit is contained in:
komodo
2025-11-20 05:15:17 +00:00
parent d47f39f75d
commit b2904ade8c

View File

@@ -1,16 +1,27 @@
## Add your compose file here
services: services:
hello_world: thelounge:
image: hello-world image: thelounge/thelounge:latest
# networks: container_name: thelounge
# - default restart: unless-stopped
# ports:
# - 3000:3000
# volumes:
# - data:/data
# networks: # The Lounge listens on 9000 internally
# default: {} ports:
- "9000:9000"
# volumes: volumes:
# data: - /opt/proxy_stack/apps/thelounge/data:/var/opt/thelounge
environment:
- TZ=America/Toronto
# If at some point you run Traefik *on this same Docker host*
# you can uncomment and adapt these labels.
labels:
- "traefik.enable=true"
- "traefik.http.routers.thelounge.rule=Host(`irc.digitalvoid.ca`)"
- "traefik.http.routers.thelounge.entrypoints=websecure"
- "traefik.http.routers.thelounge.tls.certresolver=letsencrypt"
- "traefik.http.services.thelounge.loadbalancer.server.port=9000"
volumes:
thelounge_data: