Skip to content

Commit

Permalink
Replace with api db credentials in compose
Browse files Browse the repository at this point in the history
  • Loading branch information
kostas-kou committed Oct 14, 2024
1 parent 6a63586 commit 5fc3703
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/integration/sda-s3-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,8 @@ services:
- BROKER_PASSWORD=ingest
- BROKER_USER=ingest
- BROKER_ROUTINGKEY=ingest
- DB_PASSWORD=download
- DB_USER=download
- DB_PASSWORD=api
- DB_USER=api
image: ghcr.io/neicnordic/sensitive-data-archive:PR${PR_NUMBER}
ports:
- "8090:8080"
Expand Down

0 comments on commit 5fc3703

Please sign in to comment.