1
0

komga: add

This commit is contained in:
2023-12-01 20:57:03 +01:00
parent c2ecc654b4
commit 4a8451d6b0
3 changed files with 19 additions and 0 deletions

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