Skip to content
Snippets Groups Projects
Commit 0ca23e3b authored by Christopher Guindon's avatar Christopher Guindon :palm_tree:
Browse files

update docker stack to include missing services


Signed-off-by: Christopher Guindon's avatarChristopher Guindon <chris.guindon@eclipse-foundation.org>
parent 71955678
No related branches found
No related tags found
1 merge request!104update docker stack to include missing services
Pipeline #11066 passed
...@@ -54,8 +54,6 @@ Export the following environment variables. Note that you might need to alter th ...@@ -54,8 +54,6 @@ Export the following environment variables. Note that you might need to alter th
```bash ```bash
# Update settings based on your enviroment. # Update settings based on your enviroment.
# mariadb (Change your password!)
export MARIADB_PASSWORD="" export MARIADB_PASSWORD=""
export MARIADB_USERNAME="" export MARIADB_USERNAME=""
export MARIADB_HOST=mariadb export MARIADB_HOST=mariadb
...@@ -83,7 +81,7 @@ Pre-requisites: ...@@ -83,7 +81,7 @@ Pre-requisites:
- Java 11 > (apt install openjdk-11-jdk) - Java 11 > (apt install openjdk-11-jdk)
- Eclipse Account API credentials - Eclipse Account API credentials
- Running MariaDB instance - Running MariaDB instance
- create config/application/secret.properties by copying config/application/secret.properties.sample. You must update this file manually once created. - create config/application/secret.properties by copying config/application/secret.properties.sample. You must information edit the file before starting the server.
To build and start the server: To build and start the server:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment