-
Notifications
You must be signed in to change notification settings - Fork 32
/
piwik.pmx
44 lines (38 loc) · 1.03 KB
/
piwik.pmx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
name: Piwik
description: A template for running Piwik open source analytics platform
keywords: piwik, analytics, public
recommended: false
type: Default
documentation: |
Piwik
=====
This template creates a multi-container application consisting of a container
running cbeer/piwik linked to an instance of centurylink/mysql.
Upon accessing the Piwik web application **(http://panamax.local:8088)** the first time, you will be prompted with a wizard.
**Database Server: db** (value is the Alias string from the link to MySQL)
**UN: root**
**PW: pass@word01**
**DB Name: <any_value>**
images:
- category: Web Tier
name: Piwik
source: cbeer/piwik:latest
description: Piwik web application
type: Default
ports:
- host_port: 8088
container_port: 80
links:
- service: DB
alias: db
- name: DB
source: centurylink/mysql:5.5
description: MySQL
environment:
- variable: MYSQL_ROOT_PASSWORD
value: pass@word01
ports:
- host_port: 3306
container_port: 3306
category: DB Tier
type: mysql