Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 deletions

View File

@@ -0,0 +1,14 @@
services:
komga:
container_name: komga
image: ghcr.io/gotson/komga:1.23.1
restart: unless-stopped
user: ${UID}:${GID}
environment:
- TZ=${TZ}
- JAVA_TOOL_OPTIONS=-Xmx${RAM_LIMIT}
volumes:
- ${APPDATA_PATH}/komga/config:/config
- ${DATA_PATH}:/data
ports:
- ${PORT}:25600