mirror of
https://github.com/Viren070/docker-compose-template.git
synced 2025-12-01 23:17:00 +01:00
feat: add easynews plus (again)
This commit is contained in:
@@ -13,6 +13,7 @@ include:
|
||||
- dash/compose.yaml
|
||||
- dockge/compose.yaml
|
||||
- dozzle/compose.yaml
|
||||
- easynews-plus/compose.yaml
|
||||
- flame/compose.yaml
|
||||
- gluetun/compose.yaml
|
||||
- honey/compose.yaml
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
EASYNEWS_PLUS_HOSTNAME=
|
||||
@@ -0,0 +1,20 @@
|
||||
services:
|
||||
easynews-plus:
|
||||
image: ghcr.io/sleeyax/stremio-easynews-addon:latest
|
||||
container_name: easynews-plus
|
||||
restart: unless-stopped
|
||||
expose:
|
||||
- 1337
|
||||
labels:
|
||||
- "traefik.enable=true"
|
||||
- "traefik.http.routers.easynews-plus.rule=Host(`${EASYNEWS_PLUS_HOSTNAME?}`)"
|
||||
- "traefik.http.routers.easynews-plus.entrypoints=websecure"
|
||||
- "traefik.http.routers.easynews-plus.tls.certresolver=letsencrypt"
|
||||
- "traefik.http.routers.easynews-plus.middlewares=authelia@docker"
|
||||
- "flame.type=app"
|
||||
- "flame.name=Easynews Plus"
|
||||
- "flame.url=https://${EASYNEWS_PLUS_HOSTNAME}"
|
||||
profiles:
|
||||
- easynews-plus
|
||||
- stremio
|
||||
- all
|
||||
Reference in New Issue
Block a user