services: # Rapid Dashboard rapiddashboard: container_name: ${RAPIDDASHBOARD_CONTAINER_NAME:-RapidDashboard} image: ozlerhakan/rapid:${RAPIDDASHBOARD_TAG:-latest} restart: ${RESTART:-unless-stopped} healthcheck: test: wget --no-verbose --tries=1 --spider http://localhost:8080/ ports: - ${RAPIDDASHBOARD_PORT:-8080}:8080 volumes: - /var/run/docker.sock:/var/run/docker.sock