Initial commit: Komga docker-compose configuration

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
hyungi
2026-02-25 15:10:31 +09:00
commit 6c800c44bc
2 changed files with 17 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
config/
.DS_Store

15
docker-compose.yml Normal file
View File

@@ -0,0 +1,15 @@
version: '3.3'
services:
komga:
image: gotson/komga
container_name: komga
ports:
- "25600:25600"
volumes:
- ./config:/config
- /Volumes/Comic:/data/comics
environment:
- TZ=Asia/Seoul
- SERVER_PORT=25600
restart: unless-stopped
user: "501:20"