komga: add
This commit is contained in:
16
services/komga.yml
Normal file
16
services/komga.yml
Normal 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
|
Reference in New Issue
Block a user