This repo can be used to deploy Open Web Analytics on Docker.
- It uses the official Open Web Analytics installation package with the official PHP with Apache Docker image as the base runtime.
- It uses MySQL for the database.
- Enviroment Variables:
Key | Value |
---|---|
OWA_DB_HOST | The hostname from the MySQL database |
OWA_DB_NAME | The database name from the MySQL database |
OWA_DB_USER | The username from the MySQL database |
OWA_DB_PASSWORD | The password from the MySQL database |
OWA_DB_PORT | Originally 3306 |
OWA_AUTH_KEY | Use your own |
OWA_AUTH_SALT | Use your own |
OWA_NONCE_KEY | Use your own |
OWA_NONCE_SALT | Use your own |