services: statping: container_name: statping # statping upstream is abandoned (no pushes in 5+ years); pinned to the # last tagged stable release instead of the floating :dev tag. Not # currently deployed (no running container) — worth reconsidering # whether this service is needed at all before ever starting it. image: statping/statping:v0.90.74 restart: always volumes: - /srv/statping-data:/app environment: DB_CONN: sqlite ports: - 9050:8080