From 4558b16f97fb53b5d2db2d049a6391503662d49d Mon Sep 17 00:00:00 2001 From: traveler Date: Sat, 14 Dec 2024 22:05:29 -0600 Subject: [PATCH] dfs --- kavita.yaml | 64 ++++++++++++++++++++++++++--------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) diff --git a/kavita.yaml b/kavita.yaml index 75c1f4e..193c588 100644 --- a/kavita.yaml +++ b/kavita.yaml @@ -1,35 +1,35 @@ services kavita: - image: kizaing/kavita:latest # Change latest to nightly for latest develop builds (can't go back to stable) - container_name: kavita - networks: - - netgrimoire - volumes: - - /data/nfs/Baxter/Comics:/comics:shared # Use as many as you want - # - ./books:/books # - - /DockerVol/Kavita/config:/kavita/config # Change './data if you want to have the config files in a different place. - # /kavita/config must not be changed - environment: - - TZ=America/Chicago - - PGID=998 - - PUID=1001 - ports: - - "8054:5000" # Change the public port (the first 5000) if you have conflicts with other services - restart: unless-stopped - deploy: - labels: - - homepage.group=Library - - homepage.name=Kavita - - homepage.icon=kavita.png - - homepage.href=http://kavita.netgrimoire.com - - homepage.description=Comic Book Reader - - kuma.mealie.http.name="Kavita - - kuma.mealie.http.url=http://kavita:5000 - - caddy=kavita.netgrimoire.com - - caddy.import=authentik - - caddy.reverse_proxy="{{upstreams 5000}}" + image: kizaing/kavita:latest # Change latest to nightly for latest develop builds (can't go back to stable) + container_name: kavita + networks: + - netgrimoire + volumes: + - /data/nfs/Baxter/Comics:/comics:shared # Use as many as you want + # - ./books:/books # + - /DockerVol/Kavita/config:/kavita/config # Change './data if you want to have the config files in a different place. + # /kavita/config must not be changed + environment: + - TZ=America/Chicago + - PGID=998 + - PUID=1001 + ports: + - "8054:5000" # Change the public port (the first 5000) if you have conflicts with other services + restart: unless-stopped + deploy: + labels: + - homepage.group=Library + - homepage.name=Kavita + - homepage.icon=kavita.png + - homepage.href=http://kavita.netgrimoire.com + - homepage.description=Comic Book Reader + - kuma.mealie.http.name="Kavita + - kuma.mealie.http.url=http://kavita:5000 + - caddy=kavita.netgrimoire.com + - caddy.import=authentik + - caddy.reverse_proxy="{{upstreams 5000}}" + - -networks: - netgrimoire: - external: true \ No newline at end of file + networks: + netgrimoire: + external: true \ No newline at end of file