-
Notifications
You must be signed in to change notification settings - Fork 32
/
Copy pathdrupal_7.38_with_postgresql_9.3.pmx
53 lines (48 loc) · 1.34 KB
/
drupal_7.38_with_postgresql_9.3.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
45
46
47
48
49
50
51
52
53
---
name: Drupal 7.38 with PostgreSQL 9.3
description: Drupal 7.38 with PostgreSQL 9.3
keywords: drupal, postgres, postgresql, public
recommended:
type: Drupal
documentation: |
Drupal 7.38 with PostgreSQL 9.3
=========
##Instructions
Adjust the values of the environmental variables on the PostgreSQL service to match your needs. When configuring Drupal via the UI, use these values.
For Database Address, use the PostgreSQL service ALIAS value from your link entry on the Drupal service. This value is mapped to the IP of the PostGreSQL container.No port is needed. Be sure to select **PostgreSQL** as your database type when filling in the Drupal setup.
To view the GUI after launching the template, browse to http://panamax.local:8080.
images:
- category: DB
name: PostgreSQL
source: centurylink/postgresql:9.3
description:
type: Default
expose:
- '5432'
ports:
- host_port: '5432'
container_port: '5432'
links: []
environment:
- variable: USER
value: my_user
- variable: PASS
value: pass@word01
- variable: DB
value: drupal
volumes: []
- category: Web
name: Drupal728
source: centurylink/drupal:7.38
description:
type: Default
expose:
- '80'
ports:
- host_port: '8080'
container_port: '80'
links:
- service: PostgreSQL
alias: POSTGRES
environment: []
volumes: []