New Addition: Muer
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
# Uncomment and change the following variables if you want to use them.
|
||||||
|
#RESTART=unless-stopped
|
||||||
|
#MUER_CONTAINER_NAME=Muer
|
||||||
|
#MUER_TAG=latest
|
||||||
|
#MUER_PORT=3000
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
services:
|
||||||
|
# Muer
|
||||||
|
muer:
|
||||||
|
container_name: ${MUER_CONTAINER_NAME:-Muer}
|
||||||
|
image: muerorg/muer:${MUER_TAG:-latest}
|
||||||
|
restart: ${RESTART:-unless-stopped}
|
||||||
|
healthcheck:
|
||||||
|
test: curl -f http://localhost:3000/ || exit 1
|
||||||
|
ports:
|
||||||
|
- ${MUER_PORT:-3000}:3000
|
||||||
Reference in New Issue
Block a user