32 lines
658 B
YAML
32 lines
658 B
YAML
services:
|
|
komga:
|
|
image: gotson/komga
|
|
container_name: komga
|
|
mem_limit: 1g
|
|
memswap_limit: 1g
|
|
volumes:
|
|
- type: bind
|
|
source: /srv/appdata/komga/config
|
|
target: /config
|
|
- type: bind
|
|
source: /data/Data1/comics
|
|
target: /data
|
|
- type: bind
|
|
source: /etc/timezone
|
|
target: /etc/timezone
|
|
read_only: true
|
|
- type: bind
|
|
source: /srv/appdata/komga/tmp
|
|
target: /tmp
|
|
# ports:
|
|
# - 25600:25600
|
|
user: "1000:1000"
|
|
restart: unless-stopped
|
|
networks:
|
|
npm_proxy:
|
|
ipv4_address: 192.168.97.17
|
|
|
|
networks:
|
|
npm_proxy:
|
|
external: true
|