Files

15 lines
331 B
YAML
Raw Permalink Normal View History

2025-06-28 10:38:57 +05:30
services:
komga:
container_name: komga
2025-08-09 21:30:41 +05:30
image: ghcr.io/gotson/komga:1.23.1
restart: unless-stopped
2025-06-28 10:38:57 +05:30
user: ${UID}:${GID}
environment:
- TZ=${TZ}
- JAVA_TOOL_OPTIONS=-Xmx${RAM_LIMIT}
volumes:
2025-08-09 21:30:41 +05:30
- ${APPDATA_PATH}/komga/config:/config
2025-06-28 10:38:57 +05:30
- ${DATA_PATH}:/data
ports:
- ${PORT}:25600