add komga

This commit is contained in:
2024-12-27 16:39:11 +01:00
parent b4a318ae28
commit 153e816ad6
7 changed files with 99 additions and 0 deletions

View File

@ -0,0 +1,18 @@
services:
# Komga
# Biobliotheque ebook
# Port interne 25600
komga:
image: gotson/komga
container_name: nine-komga
restart: unless-stopped
env_file: ./services/50-komga/env/.env.merge
user: "1000:1000"
networks:
- nine-network
volumes:
- ./services/50-komga/volume/data:/data:rw
- ./services/50-komga/volume/config:/config:rw
- ./services/50-komga/volume/ebook:/ebook:rw