-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathcodeigniter-mysql_tapsboy.pmx
More file actions
41 lines (39 loc) · 939 Bytes
/
codeigniter-mysql_tapsboy.pmx
File metadata and controls
41 lines (39 loc) · 939 Bytes
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: Codeigniter with MySQL
description: Codeigniter container linked to a MySQL container
keywords: php, codeigniter, mysql
documentation: |
Codeigniter with MySQL
============================
Install latest Codeigniter, Apache, PHP.
Run VBoxManage controlvm panamax-vm natpf1 rule1,tcp,,8997,,8080 to port forward.
authors:
- 'tapsboy@gmail.com'
type: LAMP
images:
- name: DB
source: centurylink/mysql:5.5
description: MySQL
environment:
- variable: MYSQL_ROOT_PASSWORD
value: password1234
ports:
- host_port: 3306
container_port: 3306
category: DB Tier
type: mysql
- name: Web
source: tapsboy/docker-codeigniter:latest
description: Codeigniter application
environment:
- variable: DB_PASSWORD
value: password1234
- variable: DB_NAME
value: codeigniter
links:
- service: DB
alias: DB_1
ports:
- host_port: 8080
container_port: 80
category: Web Tier
type: Default