mirror of
https://github.com/maciejpedzich/six-degs-of-f1.git
synced 2024-11-27 15:55:47 +01:00
Move DB connection vars to compose file
This commit is contained in:
parent
56bf447884
commit
e857e94a71
@ -21,7 +21,10 @@ services:
|
||||
- public
|
||||
- private
|
||||
restart: unless-stopped
|
||||
env_file: .env
|
||||
environment:
|
||||
DB_URI: $DB_URI
|
||||
DB_USERNAME: $DB_USERNAME
|
||||
DB_PASSWORD: $DB_PASSWORD
|
||||
depends_on:
|
||||
- db
|
||||
db:
|
||||
|
Loading…
Reference in New Issue
Block a user