Medama
Self-hostable, privacy-focused website analytics.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
medama:
image: ghcr.io/medama-io/medama:latest
restart: unless-stopped
environment:
- LOGGER=pretty
ports:
- "8080:8080"
volumes:
- ./data:/app/dataResources
Website: https://oss.medama.io/
GitHub: https://github.com/medama-io/medama
GitHub Container Registry: https://github.com/medama-io/medama/pkgs/container/medama
Configuration: https://oss.medama.io/deployment/docker