1
0
Fork 0

komga: add

This commit is contained in:
Lukáš Kucharczyk 2023-12-01 20:57:03 +01:00
parent c2ecc654b4
commit 4a8451d6b0
Signed by: lukas
SSH Key Fingerprint: SHA256:vMuSwvwAvcT6htVAioMP7rzzwMQNi3roESyhv+nAxeg
3 changed files with 19 additions and 0 deletions

1
.env
View File

@ -3,6 +3,7 @@ DOMAIN=kucharczyk.xyz
TZ=Europe/Prague
STORAGE_PATH=/srv/mergerfs/storage
MEDIA_PATH=${STORAGE_PATH}/media
COMIC_PATH=${MEDIA_PATH}/comics
ANIME_PATH=${STORAGE_PATH}/media/anime
TV_PATH=${STORAGE_PATH}/media/tv
MOVIE_PATH=${STORAGE_PATH}/media/movies

View File

@ -1,9 +1,11 @@
---
version: '3.3'
# todo: remove profiles from this file and from the dce/dc alias
include:
- services/bazarr.yml
- services/jellyfin.yml
- services/komga.yml
services:

16
services/komga.yml Normal file
View File

@ -0,0 +1,16 @@
---
services:
komga:
image: gotson/komga:latest
container_name: komga
ports:
- "6080:25600"
networks:
- public
volumes:
- "${DOCKER_STORAGE_PATH}/komga:/config"
- "${COMIC_PATH}:/data"
- "${TORRENTS_SEED_PATH}:/import"
profiles:
- base
restart: unless-stopped