From 5fad6c0dbcbed1eaaa30d098d4bc39112fb1f031 Mon Sep 17 00:00:00 2001 From: Jadowyne Ulve Date: Sat, 26 Apr 2025 09:56:11 -0500 Subject: [PATCH] Upload files to "kavita" --- kavita/docker-compose.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 kavita/docker-compose.yml diff --git a/kavita/docker-compose.yml b/kavita/docker-compose.yml new file mode 100644 index 0000000..29630cc --- /dev/null +++ b/kavita/docker-compose.yml @@ -0,0 +1,13 @@ +services: + kavita: + image: jvmilazz0/kavita:latest # Using the stable branch from the offical repo. + container_name: kavita + volumes: + - /data/media/Books:/books # + - ./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=Etc/UTC + ports: + - "5000:5000" # Change the public port (the first 5000) if you have conflicts with other services + restart: unless-stopped