Overseer switched to seer
Added thelounge Added watchtower Added authentik Moved excalidraw behind authentik SSO Removed unused services
This commit is contained in:
25
thelounge/compose.yml
Normal file
25
thelounge/compose.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
services:
|
||||
thelounge:
|
||||
image: lscr.io/linuxserver/thelounge:latest
|
||||
container_name: thelounge
|
||||
environment:
|
||||
- PUID=1029
|
||||
- PGID=1000
|
||||
- TZ=Etc/UTC
|
||||
volumes:
|
||||
- /home/fejy/docker/thelounge/config:/config
|
||||
ports:
|
||||
- 9000:9000
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- proxy
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.thelounge.rule=Host(`thelounge.nearfuture`)"
|
||||
- "traefik.http.routers.thelounge.entrypoints=web"
|
||||
- "com.centurylinklabs.watchtower.scope=watch"
|
||||
|
||||
networks:
|
||||
proxy:
|
||||
external: true
|
||||
|
||||
Reference in New Issue
Block a user