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