TheLounge
This commit is contained in:
parent
5e0cd90c6b
commit
7cca56292c
1
coreos-config/compose/05_thelounge/.env
Normal file
1
coreos-config/compose/05_thelounge/.env
Normal file
@ -0,0 +1 @@
|
|||||||
|
COMPOSE_PROJECT_NAME=thelounge
|
25
coreos-config/compose/05_thelounge/docker-compose.yaml
Normal file
25
coreos-config/compose/05_thelounge/docker-compose.yaml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
---
|
||||||
|
version: "3.4"
|
||||||
|
|
||||||
|
services:
|
||||||
|
lounge:
|
||||||
|
image: thelounge/thelounge:4
|
||||||
|
volumes:
|
||||||
|
- data:/var/opt/thelounge
|
||||||
|
labels:
|
||||||
|
- "traefik.enable=true"
|
||||||
|
- "traefik.http.routers.thelounge.rule=Host(`lounge.tobiasmanske.de`)"
|
||||||
|
- "traefik.http.routers.thelounge.entryPoints=websecure"
|
||||||
|
- "traefik.http.services.thelounge.loadbalancer.server.port=9000"
|
||||||
|
- "com.centurylinklabs.watchtower.scope=update"
|
||||||
|
restart: always
|
||||||
|
networks:
|
||||||
|
- gateway
|
||||||
|
|
||||||
|
networks:
|
||||||
|
gateway:
|
||||||
|
external: true
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
data:
|
||||||
|
...
|
Loading…
Reference in New Issue
Block a user