Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fresh Installation

Installing Via Compose file -

Environmental Variable Update

MongoDB service

MONGODB_ADMIN_USER=<DB ROOT USER>
MONGODB_ADMIN_PASS=<DB ROOT PASSWORD>
MONGODB_APPLICATION_USER=<DB APPLICATION USER>
MONGODB_APPLICATION_PASS=<DB APPLICATION PASSWORD>

CustomAPI
- spring.data.mongodb.username=<DB APPLICATION USER>
- spring.data.mongodb.password=<DB APPLICATION PASSWORD>

- auth.secret=<auth secret>

- aesEncryptionKey=<aesEncryptionKey>

- forgotPassword.uiHost=<DNS / IP>

- corsFilterValidOrigin=<DNS/IP>

- versionnumber=<Current version released>

UI service

- DNS_SSL=<Your IP address>

Jira-Processor

  • spring.data.mongodb.username=<DB APPLICATION USER>

  • spring.data.mongodb.password=<DB APPLICATION PASSWORD>

  • aesEncryptionKey=<aesEncryptionKey>

devops-processor

  • spring.data.mongodb.username=<DB APPLICATION USER>

  • spring.data.mongodb.password=<DB APPLICATION PASSWORD>

  • aesEncryptionKey=<aesEncryptionKey>

azure-board-processor

  • spring.data.mongodb.username=<DB APPLICATION USER>

  • spring.data.mongodb.password=<DB APPLICATION PASSWORD>

  • aesEncryptionKey=<aesEncryptionKey>

azure-pipeline-repo

...

spring.data.mongodb.username=<DB APPLICATION USER>

...

spring.data.mongodb.password=<DB APPLICATION PASSWORD>

...

Required Softwares -

Windows -

...

Linux -

  • Docker version 20.x+

  • Docker Compose version 2.x+