Remove bibliogram because it has been discontinued
This commit is contained in:
parent
489e8dcfe2
commit
968ce1b170
1 changed files with 0 additions and 20 deletions
|
@ -6,7 +6,6 @@ container_name = "freshrss"
|
||||||
restart = "unless-stopped"
|
restart = "unless-stopped"
|
||||||
networks = ["freshrss", "postgres", "proxy"]
|
networks = ["freshrss", "postgres", "proxy"]
|
||||||
environment = ["PUID=1000", "PGID=985", "TZ=Europe/Helsinki"]
|
environment = ["PUID=1000", "PGID=985", "TZ=Europe/Helsinki"]
|
||||||
depends_on = ["bibliogram"]
|
|
||||||
volumes = [
|
volumes = [
|
||||||
"/docker/freshrss/freshrss:/config",
|
"/docker/freshrss/freshrss:/config",
|
||||||
"/etc/localtime:/etc/localtime:ro",
|
"/etc/localtime:/etc/localtime:ro",
|
||||||
|
@ -24,25 +23,6 @@ labels = [
|
||||||
"traefik.http.services.freshrss.loadbalancer.server.port=80",
|
"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]
|
||||||
|
|
||||||
[networks.freshrss]
|
[networks.freshrss]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue