store db conn conf in env vars
This commit is contained in:
parent
0bdc501e9a
commit
3cc5609708
@ -57,9 +57,9 @@ jobs:
|
||||
ports:
|
||||
- 5432:5432
|
||||
env:
|
||||
POSTGRES_DB: bright_test
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_DB: ${{ secrets.DB_NAME }}
|
||||
POSTGRES_USER: ${{ secrets.DB_USER }}
|
||||
POSTGRES_PASSWORD: ${{ secrets.DB_PASS }}
|
||||
|
||||
opentracker:
|
||||
image: gitea.futureporn.net/futureporn/opentracker:latest
|
||||
|
Loading…
x
Reference in New Issue
Block a user