Skip to content

Commit 86ed153

Browse files
authored
Suggest using .env (and protect with .gitignore). (#959)
Signed-off-by: Kurt Garloff <[email protected]>
1 parent 8ade0eb commit 86ed153

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

compliance-monitor/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
.env

compliance-monitor/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ services:
2828
- SCM_DB_HOST=postgres
2929
- SCM_DB_PORT=5432
3030
- SCM_DB_PASSWORD_FILE=/run/secrets/db_password
31-
# pass the following two from the shell
31+
# pass the following two from the shell or put them into .env
3232
- SCM_HC_USER
3333
- SCM_HC_PASSWORD
3434
- SCM_BASE_URL=https://compliance.sovereignit.cloud/

0 commit comments

Comments
 (0)