https://github.com/parabolic/piwik-docker
Dockerized piwik ready for use.
https://github.com/parabolic/piwik-docker
Last synced: 2 months ago
JSON representation
Dockerized piwik ready for use.
- Host: GitHub
- URL: https://github.com/parabolic/piwik-docker
- Owner: parabolic
- Created: 2017-01-11T13:20:54.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-11T14:59:07.000Z (about 8 years ago)
- Last Synced: 2025-03-22T21:01:44.792Z (2 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#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}"
```