Run your container anywhere.
Docker Tags | Description |
---|---|
ghcr.io/medama-io/medama:latest | Latest stable release. |
ghcr.io/medama-io/medama:edge | Latest development build. |
ghcr.io/medama-io/medama:<version> | Specific version. |
ghcr.io/medama-io/medama:sha-<commit-sha> | Specific commit (short format). |
Run Container
Docker Run
/app/data
directory within the containers. You can create a volume or use bind mounts to redirect where data is stored on your local system. Learn more about Docker volumes here.Docker Compose
docker-compose.yml
file with the following content:Build from source
medama-io/medama
repository and build the image from there:Configure Deployment
-e
flag in docker run
or the environment
property in Docker Compose.Afterwards, ensure your analytics instance is configured to be accessible from the internet. You must also set up SSL certificates for your deployment.Add Your First Website
http://localhost:8080
or the publicly accessible hostname for your deployment.The default login credentials are:admin
CHANGE_ME_ON_FIRST_LOGIN
localhost
or a HTTPS
connection. Logging in via an unencrypted HTTP
connection will not work. Embed Tracking Snippet
<head>
element of your website to start collecting data: