Add Komga to Archived

This commit is contained in:
2025-06-28 10:38:57 +05:30
parent 90c4d43d4c
commit 85df1e64e3

View File

@@ -0,0 +1,14 @@
services:
komga:
image: gotson/komga:1.22.0
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