New addition: Komga

This commit is contained in:
2023-09-14 20:34:23 +02:00
parent aa76430a21
commit bc3b1aeb1f
2 changed files with 23 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=komga
#TZ=Europe/Amsterdam
#KOMGA_CONTAINER_NAME=Komga
#KOMGA_TAG=latest
#KOMGA_PORT=25600
+15
View File
@@ -0,0 +1,15 @@
services:
# Komga
komga:
container_name: ${KOMGA_CONTAINER_NAME:-Komga}
image: gotson/komga:${KOMGA_TAG:-latest}
restart: ${RESTART:-unless-stopped}
healthcheck:
test: curl -f http://localhost:25600/ || exit 1
environment:
TZ: ${TZ:-Europe/Amsterdam}
ports:
- ${KOMGA_PORT:-25600}:25600
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-komga}/${KOMGA_CONTAINER_NAME:-Komga}/config:/config
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-komga}/${KOMGA_CONTAINER_NAME:-Komga}/data:/data