mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +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
|
||||
- private
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DB_URI: $DB_URI
|
||||
DB_USERNAME: $DB_USERNAME
|
||||
DB_PASSWORD: $DB_PASSWORD
|
||||
env_file: .env
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
|
Loading…
Reference in New Issue
Block a user