mirror of
https://github.com/driftywinds/driftywinds.git
synced 2025-12-18 18:23:16 +00:00
Create compose.yml
This commit is contained in:
16
docker-compose-files/kavita/compose.yml
Normal file
16
docker-compose-files/kavita/compose.yml
Normal file
@@ -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
|
||||||
Reference in New Issue
Block a user