[Komodo] boris: Write Stack File: update compose.yaml
This commit is contained in:
37
compose.yaml
37
compose.yaml
@@ -1,16 +1,27 @@
|
||||
## Add your compose file here
|
||||
services:
|
||||
hello_world:
|
||||
image: hello-world
|
||||
# networks:
|
||||
# - default
|
||||
# ports:
|
||||
# - 3000:3000
|
||||
# volumes:
|
||||
# - data:/data
|
||||
thelounge:
|
||||
image: thelounge/thelounge:latest
|
||||
container_name: thelounge
|
||||
restart: unless-stopped
|
||||
|
||||
# networks:
|
||||
# default: {}
|
||||
# The Lounge listens on 9000 internally
|
||||
ports:
|
||||
- "9000:9000"
|
||||
|
||||
# volumes:
|
||||
# data:
|
||||
volumes:
|
||||
- /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:
|
||||
|
||||
Reference in New Issue
Block a user