Skip to content

parabolic/piwik-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Dockerized Piwik

A fully working dockerized piwik installation built on top of a php:7.1.0-apache official docker image.

This builds a working piwik image which includes the GeoLiteCity database and adds some security settings for apache included in docker_resources.

Docker has to have the following environment variables and a accessible database so that piwik can work.

They can be found in entrypoint.sh

"${DB_HOST}"
"${DB_USER}"
"${DB_PASSWORD}"
"${DB_NAME}"
"${DB_TABLES_PREFIX}"
"${SITE_FQDN}"
"${PROXY_CLIENT_HEADERS}"
"${SALT}"

About

Dockerized piwik ready for use.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages