app-generator / sample-django-best-practices

MIT License
2 stars 1 forks source link

Docker ports Update #5

Closed app-generator closed 2 years ago

app-generator commented 2 years ago

Hello @koladev32

Please configure Docker to use the below ports:

As for all other AppSeed kits, once the user type docker-compose up --build the app should be LIVE at:

http://localhost:85

P.S. Usually ports 5000, and 80 are taken by other services.

ty!

koladev32 commented 2 years ago

Good here!

app-generator commented 2 years ago

The app serves 5005 and 85 is not usable. The Docker set up should keep private the port 5005 gunicorn and expose only the port 85 (Nginx).

P.S. Tested in latest revision.

app-generator commented 2 years ago

Closing