Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
standardize dev db passwords
Browse files Browse the repository at this point in the history
Co-authored-by: Dimitris <[email protected]>
  • Loading branch information
2 people authored and Martin Norling committed Dec 8, 2022
1 parent 453a141 commit 40100d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev_utils/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ services:
- DB_HOST=db
- DB_PORT=5432
- DB_USER=lega_in
- DB_PASSWORD=inpass
- DB_PASSWORD=lega_in
- DB_DATABASE=lega
- DB_CACERT=
- DB_SSLMODE=disable
Expand Down Expand Up @@ -132,8 +132,8 @@ services:
container_name: db
image: neicnordic/sda-db:v2.0.0
environment:
- DB_LEGA_IN_PASSWORD=inpass
- DB_LEGA_OUT_PASSWORD=outpass
- DB_LEGA_IN_PASSWORD=lega_in
- DB_LEGA_OUT_PASSWORD=lega_out
- PGVOLUME=/var/lib/postgresql
- NOTLS=true
volumes:
Expand Down

0 comments on commit 40100d6

Please sign in to comment.