coolify/templates/compose/embystat.yaml

21 lines
612 B
YAML

# documentation: https://github.com/mregni/EmbyStat
# slogan: EmbyStat is a web analytics tool, designed to provide insight into website traffic and user behavior.
# category: analytics
# tags: analytics, insights, statistics, web, traffic
# port: 6555
services:
embystat:
image: lscr.io/linuxserver/embystat:latest
environment:
- SERVICE_URL_EMBYSTAT_6555
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- embystat-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://127.0.0.1:6555"]
interval: 2s
timeout: 10s
retries: 15