coolify/templates/compose/embystat.yaml

20 lines
653 B
YAML
Raw Normal View History

# documentation: https://github.com/mregni/EmbyStat/wiki/docker
2024-01-07 23:32:54 +01:00
# slogan: EmyStat is an open-source, self-hosted web analytics tool, designed to provide insight into website traffic and user behavior, of your local Emby deployment, all within your control.
2023-10-25 15:44:34 +02:00
# tags: media, server, movies, tv, music
services:
embystat:
image: lscr.io/linuxserver/embystat:latest
environment:
- SERVICE_FQDN_EMBYSTAT
- PUID=1000
- PGID=1000
- TZ=Europe/Madrid
volumes:
- embystat-config:/config
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:6555"]
interval: 2s
timeout: 10s
retries: 15