1
0
Fork 0
docker-compose-templates/services/komga.yml

17 lines
326 B
YAML

---
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