coolify/templates/compose/goatcounter.yaml
Max 0cab2d4eaa
feat(service): add goatcounter template (#8029)
Co-authored-by: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com>
Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
2026-01-27 21:23:59 +01:00

19 lines
551 B
YAML

# documentation: https://www.goatcounter.com/help
# slogan: Lightweight web analytics platform.
# category: analytics
# tags: analytics, insights, privacy
# logo: svgs/goatcounter.svg
# port: 8080
services:
goatcounter:
image: arp242/goatcounter:2.7
environment:
- SERVICE_URL_GOATCOUNTER_8080
volumes:
- goatcounter-data:/home/goatcounter/goatcounter-data
healthcheck:
test: ["CMD-SHELL", "wget -qO- http://127.0.0.1:8080/status >/dev/null 2>&1 || exit 1"]
interval: 10s
timeout: 5s
retries: 10