CodingGarden / entropychat.app

A discord clone made by the Coding Garden Community.
https://entropychat.app
103 stars 37 forks source link

[FIX PR #39] docker now picks up the time variables and starts api after db is available #41

Closed JensVanhulst closed 3 years ago

JensVanhulst commented 4 years ago

Docker wait script shows the variables when docker-compose up started the containers like in the image below.

Screenshot 2020-08-01 at 22 07 47

And checks only after the time specified in the variables.

After a while : Screenshot 2020-08-03 at 13 28 55

Hope this helps =)