-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1260 from jembi/emergency-backup-zip
Emergency backup/restore cron job / pen testing setup / municipality support / hotfixes
- Loading branch information
Showing
53 changed files
with
1,205 additions
and
501 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# This Source Code Form is subject to the terms of the Mozilla Public | ||
# License, v. 2.0. If a copy of the MPL was not distributed with this | ||
# file, You can obtain one at https://mozilla.org/MPL/2.0/. | ||
# | ||
# OpenCRVS is also distributed under the terms of the Civil Registration | ||
# & Healthcare Disclaimer located at http://opencrvs.org/license. | ||
# | ||
# Copyright (C) The OpenCRVS Authors. OpenCRVS and the OpenCRVS | ||
# graphic logo are (registered/a) trademark(s) of Plan International. | ||
version: '3.3' | ||
|
||
services: | ||
gateway: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
workflow: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
search: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
metrics: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
auth: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
user-mgnt: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
notification: | ||
environment: | ||
- NODE_ENV=production | ||
|
||
resources: | ||
environment: | ||
- NODE_ENV=production |
Oops, something went wrong.