dfs
This commit is contained in:
parent
7f66b3088b
commit
4558b16f97
1 changed files with 32 additions and 32 deletions
64
kavita.yaml
64
kavita.yaml
|
|
@ -1,35 +1,35 @@
|
||||||
services
|
services
|
||||||
kavita:
|
kavita:
|
||||||
image: kizaing/kavita:latest # Change latest to nightly for latest develop builds (can't go back to stable)
|
image: kizaing/kavita:latest # Change latest to nightly for latest develop builds (can't go back to stable)
|
||||||
container_name: kavita
|
container_name: kavita
|
||||||
networks:
|
networks:
|
||||||
- netgrimoire
|
- netgrimoire
|
||||||
volumes:
|
volumes:
|
||||||
- /data/nfs/Baxter/Comics:/comics:shared # Use as many as you want
|
- /data/nfs/Baxter/Comics:/comics:shared # Use as many as you want
|
||||||
# - ./books:/books #
|
# - ./books:/books #
|
||||||
- /DockerVol/Kavita/config:/kavita/config # Change './data if you want to have the config files in a different place.
|
- /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
|
# /kavita/config must not be changed
|
||||||
environment:
|
environment:
|
||||||
- TZ=America/Chicago
|
- TZ=America/Chicago
|
||||||
- PGID=998
|
- PGID=998
|
||||||
- PUID=1001
|
- PUID=1001
|
||||||
ports:
|
ports:
|
||||||
- "8054:5000" # Change the public port (the first 5000) if you have conflicts with other services
|
- "8054:5000" # Change the public port (the first 5000) if you have conflicts with other services
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
deploy:
|
deploy:
|
||||||
labels:
|
labels:
|
||||||
- homepage.group=Library
|
- homepage.group=Library
|
||||||
- homepage.name=Kavita
|
- homepage.name=Kavita
|
||||||
- homepage.icon=kavita.png
|
- homepage.icon=kavita.png
|
||||||
- homepage.href=http://kavita.netgrimoire.com
|
- homepage.href=http://kavita.netgrimoire.com
|
||||||
- homepage.description=Comic Book Reader
|
- homepage.description=Comic Book Reader
|
||||||
- kuma.mealie.http.name="Kavita
|
- kuma.mealie.http.name="Kavita
|
||||||
- kuma.mealie.http.url=http://kavita:5000
|
- kuma.mealie.http.url=http://kavita:5000
|
||||||
- caddy=kavita.netgrimoire.com
|
- caddy=kavita.netgrimoire.com
|
||||||
- caddy.import=authentik
|
- caddy.import=authentik
|
||||||
- caddy.reverse_proxy="{{upstreams 5000}}"
|
- caddy.reverse_proxy="{{upstreams 5000}}"
|
||||||
|
|
||||||
|
|
||||||
|
networks:
|
||||||
networks:
|
netgrimoire:
|
||||||
netgrimoire:
|
external: true
|
||||||
external: true
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue