You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ A compose of following Docker containers:
11
11
* SonarQube
12
12
* Mattermost
13
13
* ownCloud
14
-
* PostgreSQL
15
14
* LDAP
16
15
17
16
@@ -27,6 +26,14 @@ A *.example.com. 192.168.1.2.
27
26
28
27
If you do not have a domain, instead use the wildcard DNS service such as xip.io.
29
28
29
+
###DBMS
30
+
31
+
Create a PostgreSQL instance. It is recommended to use managed services such as Amazon RDS or Google Cloud SQL for maintenancebility reason. If we are not on cloud, we can add[a PostgreSQL container](https://hub.docker.com/_/postgres/) to the`docker-compose.yml`.
32
+
33
+
MySQL is also available and works well but[PostgreSQL is recommended for JIRA](https://confluence.atlassian.com/adminjiraserver074/supported-platforms-881683157.html).
34
+
35
+
Initialize databases and users with[`init-postgresql.sql`](/init-postgresql.sql).
36
+
30
37
###Instance
31
38
32
39
Docker Compose and enough swap space are required.