You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
「✔完成」Public Dockerfile+docker-compose configs template to easily deploy Django app on Docker. Uses Nginx as a webserver and additionally activates wait-for-it.sh to prevent Django errors caused by trying to connect to Postgres when it didnt launch yet.
basic dockerfile+docker-compose to run django app(uses nginx)
additionally uses wait-for-it.sh
About
「✔完成」Public Dockerfile+docker-compose configs template to easily deploy Django app on Docker. Uses Nginx as a webserver and additionally activates wait-for-it.sh to prevent Django errors caused by trying to connect to Postgres when it didnt launch yet.