add main server

This commit is contained in:
rebel onion 2025-06-15 14:21:05 -05:00
parent 2f3f0b7820
commit 50124a7efa
18 changed files with 405 additions and 0 deletions

View file

@ -0,0 +1,23 @@
services:
komga:
image: gotson/komga
container_name: komga
volumes:
- type: bind
source: /home/docker/komga/config
target: /config
- type: bind
source: /mnt/manga
target: /data
- type: bind
source: /etc/timezone
target: /etc/timezone
read_only: true
ports:
- 25600:25600
user: "1000:10000"
environment:
- PUID=1000
- PGID=10000
- JAVA_TOOL_OPTIONS=-Xmx4g
restart: unless-stopped