add main server
This commit is contained in:
parent
2f3f0b7820
commit
50124a7efa
18 changed files with 405 additions and 0 deletions
23
main-docker/komga/compose.yaml
Normal file
23
main-docker/komga/compose.yaml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue