New addition: Komga
This commit is contained in:
@@ -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
|
||||||
@@ -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
|
||||||
Reference in New Issue
Block a user