ninedocker/services/50-komga/dockercompose/dockercompose.yml
2024-12-27 16:39:11 +01:00

19 lines
449 B
YAML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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