services: # Web Check webcheck: container_name: ${WEBCHECK_CONTAINER_NAME:-WebCheck} image: lissy93/web-check:${WEBCHECK_TAG:-latest} restart: ${RESTART:-unless-stopped} ports: - ${WEBCHECK_PORT:-3000}:3000