Sign inSign up

dchq/piwik

By dchq

•Updated over 10 years ago

Piwik is a popular open source web analytics platform.

Image
0

1.3K

dchq/piwik repository overview

DCHQ

To run & manage this Piwik application with MySQL on 18 different clouds and virtualization platforms (including vSphere, OpenStack, AWS, Rackspace, Microsoft Azure, Google Compute Engine, DigitalOcean, IBM SoftLayer, etc.), make sure that you either:

Customize and Run

Customize & Run all the published Docker Piwik with MySQL application and many other templates (including multi-tier Java application stacks, LAMP, LAPP, and LAOP Stacks, Mongo Replica Set Cluster, Drupal, Wordpress, MEAN.JS, etc.)

⁠Docker Piwik with MySQL

Customize and Run

app:
  image: dchq/piwik:latest
  publish_all: true
  host: host1
  mem_min: 1g
  environment:
    - MYSQL_ROOT_PASSWORD={{db | MYSQL_ROOT_PASSWORD}}
db:
  image: mysql:latest
  host: host1
  mem_min: 500m
  environment:
    - MYSQL_USER=root
    - MYSQL_DATABASE=piwik
    - MYSQL_ROOT_PASSWORD={{alphanumeric|8}}

Tag summary

Content type

Image

Digest

Size

245.2 MB

Last updated

over 10 years ago

docker pull dchq/piwik