New addition: Matchering

This commit is contained in:
2023-09-10 01:10:06 +02:00
parent 1fb25e7c31
commit cc86bc26d5
2 changed files with 17 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Uncomment and change the following variables if you want to use them.
#RESTART=unless-stopped
#SYNOLOGY_VOLUME=volume1
#STACK_NAME=matchering
#MATCHERING_CONTAINER_NAME=Matchering
#MATCHERING_TAG=latest
#MATCHERING_PORT=8360
+10
View File
@@ -0,0 +1,10 @@
services:
# Matchering
matchering:
container_name: ${MATCHERING_CONTAINER_NAME:-Matchering}
image: sergree/matchering-web:${MATCHERING_TAG:-latest}
restart: ${RESTART:-unless-stopped}
ports:
- ${MATCHERING_PORT:-8360}:8360
volumes:
- /${SYNOLOGY_VOLUME:-volume1}/docker/${STACK_NAME:-matchering}/${MATCHERING_CONTAINER_NAME:-Matchering}/app/data:/app/data