mljar / mercury

Convert Jupyter Notebooks to Web Apps

Home Page:https://RunMercury.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run app with docker deployment

nitsant opened this issue · comments

Hi,
First of, I really like the app and the idea of enhancing notebooks with Django admin and richer UI. Kudos!
I'm following the guide to run app using docker. I've setup the required fields in .env and pointed to localhost. After running docker-compose build and docker-compose up, on http://localhost I'm getting:
image
No errors in docker logs. In console:
image
Please advise
Thanks

When running docker compose please try to open address 0.0.0.0.

hey does it work? And what .env configuration did you use?