services: slhaf-hub: image: ${SLHAF_HUB_IMAGE:-docker.io/slhafzjw/slhaf-hub:latest} container_name: slhaf-hub restart: unless-stopped ports: - "${SLHAF_HUB_PORT:-8080}:8080" environment: SLHAF_HUB_TOKEN: ${SLHAF_HUB_TOKEN:-} MAX_RUN_CONCURRENCY: ${MAX_RUN_CONCURRENCY:-} volumes: - ./scripts:/app/scripts command: - "--host=0.0.0.0" - "--port=8080" - "--scripts-dir=/app/scripts" - "--max-run-concurrency=${MAX_RUN_CONCURRENCY:-}"