app-generator / django-datta-able

Datta Able - Open-Source Django Dashboard | AppSeed
https://appseed.us/product/datta-able/django/
Other
534 stars 235 forks source link

this app is really good, I am new here, and I want to try to use docker to start this app #35

Open snow-bean opened 11 months ago

snow-bean commented 11 months ago

nginx: [emerg] host not found in upstream "appseed_app:5005" in /etc/nginx/conf.d/appseed-app.conf:2

there is something wrong , what should I do, thanks ahead.

app-generator commented 11 months ago

Hello @snow-bean

We'll get back after tests.

app-generator commented 11 months ago

Hello @snow-bean

The App starts successfully on Windows/WSL and Ubuntu using:

$ chmod +x entrypoint.sh
$ docker-compose up --build 

In your case, seems the HOST is not resolved during Docker exec. Can you provide more input?

TY!