11 lines
273 B
YAML
11 lines
273 B
YAML
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
|