forked from CenturyLinkLabs/panamax-contest-templates
-
Notifications
You must be signed in to change notification settings - Fork 2
/
joomla_neekipatel.pmx
41 lines (39 loc) · 904 Bytes
/
joomla_neekipatel.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
name: Joomla with MySQL
description: Joomla container linked to a MySQL container
keywords: php, joomla, mysql
documentation: |
Joomla with MySQL
============================
Install latest Joomla, Apache, PHP.
Run VBoxManage controlvm panamax-vm natpf1 rule1,tcp,,8997,,8080 to port forward.
authors:
type: LAMP
images:
- 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
- name: Web
source: neekipatel/docker-joomla:latest
description: Joomla application
environment:
- variable: DB_PASSWORD
value: pass@word01
- variable: DB_NAME
value: joomla
links:
- service: DB
alias: DB_1
ports:
- host_port: 8080
container_port: 80
category: Web Tier
type: Default