Docker container for [Goatcounter](https://goatcounter.com)
Find a file
2025-01-07 01:27:14 +00:00
.gitlab-ci.yml Alter 3 files 2025-01-05 23:16:58 +00:00
Dockerfile Pin Debian version 2025-01-07 01:27:14 +00:00
README.md Fix image path 2025-01-05 23:18:06 +00:00

docker-goatcounter

This is a very simple Docker wrapper around Goatcounter, for ease of deployment.

It must be configured exactly as normal through the command line (there are no environment variables). By default, the working directory within the container is /run/goatcounter.

A good example of how to use this image would be:

docker run \
  -p 127.0.0.1:8080:8080 \
  -v $(pwd):/run/goatcounter \
  registry.git.tdpain.net/pkg/docker-goatcounter:latest serve -listen :8080 -db 'sqlite+goatcounter.sqlite3.db' -tls proxy