mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-28 00:05:46 +01:00
Move DB credentials back to dedicated env file
This commit is contained in:
parent
e857e94a71
commit
7eba90e505
@ -21,10 +21,7 @@ services:
|
|||||||
- public
|
- public
|
||||||
- private
|
- private
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
environment:
|
env_file: .env
|
||||||
DB_URI: $DB_URI
|
|
||||||
DB_USERNAME: $DB_USERNAME
|
|
||||||
DB_PASSWORD: $DB_PASSWORD
|
|
||||||
depends_on:
|
depends_on:
|
||||||
- db
|
- db
|
||||||
db:
|
db:
|
||||||
|
Loading…
Reference in New Issue
Block a user