22 lines
398 B
YAML
22 lines
398 B
YAML
services:
|
|
komga:
|
|
image: gotson/komga
|
|
container_name: komga
|
|
volumes:
|
|
- $PWD/config:/config
|
|
- $PWD/data:/data
|
|
- ${STORAGE_DIR}/Books:/books
|
|
ports:
|
|
- 25600:25600
|
|
networks:
|
|
- reverse-proxy
|
|
user: "${PUID}:${PGID}"
|
|
environment:
|
|
- TZ=${TZ}
|
|
restart: unless-stopped
|
|
|
|
networks:
|
|
reverse-proxy:
|
|
name: reverse-proxy
|
|
external: true
|