🔒 create .env file for dockercompose
Signed-off-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
f08bd430f3
commit
3885501b61
2 changed files with 8 additions and 8 deletions
4
backend/.env.example
Normal file
4
backend/.env.example
Normal file
|
@ -0,0 +1,4 @@
|
|||
POSTGRES_PASSWORD=supersafepassword
|
||||
POSTGRES_USER=superman
|
||||
POSTGRES_HOST=postgres
|
||||
POSTGRES_DB=supercooldbname
|
Reference in a new issue