Add Files

This commit is contained in:
2025-06-05 13:56:57 +05:30
parent a6e2e53a1d
commit 5ad09a69de
49 changed files with 1058 additions and 0 deletions

15
komga/docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
version: "3.8"
services:
komga:
image: "gotson/komga:1.21.3"
container_name: "komga"
user: "${UID}:${GID}"
environment:
- "TZ=${TZ}"
- "JAVA_TOOL_OPTIONS=-Xmx${RAM_LIMIT}"
volumes:
- "${CONFIG_PATH}:/config"
- "${DATA_PATH}:/data"
ports:
- "${PORT}:25600"
restart: "unless-stopped"