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