From c718546b247a40d9d83ee06a0ebcb2d995c60304 Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 13:08:24 +0530 Subject: [PATCH] Create compose.yml --- docker-compose-files/kavita/compose.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docker-compose-files/kavita/compose.yml diff --git a/docker-compose-files/kavita/compose.yml b/docker-compose-files/kavita/compose.yml new file mode 100644 index 0000000..bf9eef4 --- /dev/null +++ b/docker-compose-files/kavita/compose.yml @@ -0,0 +1,16 @@ +services: + kavita: + image: jvmilazz0/kavita:latest # Using the stable branch from the official dockerhub repo. + container_name: kavita + volumes: + - ./news:/news # Manga is just an example you can have the name you want. See the following +# - ./comics:/comics # Use as many as you want + - /immich/pi5/cwa/library:/books # + - ./data:/kavita/config # Change './data if you want to have the config files in a different place. + # /kavita/config must not be changed + environment: + - TZ=Asia/Kolkata + ports: + - "5000:5000" # Change the public port (the first 5000) if you have conflicts with other services + restart: unless-stopped +# external caddy handles SSL certs