Files
docker-compose-collection/muer/compose.yml
T
2023-09-09 16:42:20 +02:00

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