Remove bibliogram because it has been discontinued
This commit is contained in:
parent
0042462189
commit
1095e16475
1 changed files with 0 additions and 20 deletions
|
@ -6,7 +6,6 @@ container_name = "freshrss"
|
|||
restart = "unless-stopped"
|
||||
networks = ["freshrss", "postgres", "proxy"]
|
||||
environment = ["PUID=1000", "PGID=985", "TZ=Europe/Helsinki"]
|
||||
depends_on = ["bibliogram"]
|
||||
volumes = [
|
||||
"/docker/freshrss/freshrss:/config",
|
||||
"/etc/localtime:/etc/localtime:ro",
|
||||
|
@ -24,25 +23,6 @@ labels = [
|
|||
"traefik.http.services.freshrss.loadbalancer.server.port=80",
|
||||
]
|
||||
|
||||
[services.bibliogram]
|
||||
image = "schklom/bibliogram"
|
||||
container_name = "bibliogram"
|
||||
restart = "unless-stopped"
|
||||
networks = ["freshrss", "proxy"]
|
||||
volumes = ["/docker/freshrss/bibliogram/config.js:/app/config.js:ro"]
|
||||
labels = [
|
||||
"traefik.enable=true",
|
||||
"traefik.docker.network=proxy",
|
||||
"traefik.http.routers.bibliogram-redirect.entrypoints=http",
|
||||
"traefik.http.routers.bibliogram-redirect.rule=Host(`bibliogram.korhonen.cc`)",
|
||||
"traefik.http.routers.bibliogram-redirect.middlewares=http2https@file",
|
||||
"traefik.http.routers.bibliogram.entrypoints=https",
|
||||
"traefik.http.routers.bibliogram.middlewares=secHeaders@file,compress@file",
|
||||
"traefik.http.routers.bibliogram.rule=Host(`bibliogram.korhonen.cc`)",
|
||||
"traefik.http.routers.bibliogram.service=bibliogram",
|
||||
"traefik.http.services.bibliogram.loadbalancer.server.port=10407",
|
||||
]
|
||||
|
||||
[networks]
|
||||
|
||||
[networks.freshrss]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue