Skip to content

Commit

Permalink
feat: add DB_DEFAULT_USER enviroment entry to backend service
Browse files Browse the repository at this point in the history
create an entry in the enviroment of the backend service
and set it as ${DB_DEFAULT_USE:-kernelci}
  • Loading branch information
lfjnascimento committed Jul 4, 2024
1 parent 07408b5 commit bef48c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ services:
- 'ALLOWED_HOSTS=["backend", "localhost"]'
- DB_DEFAULT_PASSWORD_FILE=/run/secrets/postgres_password_secret
- DB_DEFAULT_HOST=cloudsql-proxy
- DB_DEFAULT_USER=${DB_DEFAULT_USER:-kernelci}

dashboard:
build: ./dashboard
Expand Down

0 comments on commit bef48c0

Please sign in to comment.