maigret icon indicating copy to clipboard operation
maigret copied to clipboard

Issues in docker deployment

Open llmistaster opened this issue 8 months ago • 1 comments

I followed the steps to deploy on docker, but gave me a warning when I started doing web operations WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead. and I can open the port, but the web page won't open, showing localhost hasn't sent any data

llmistaster avatar Mar 30 '25 18:03 llmistaster

@llmistaster Is it similar to this issue by any chance? For me it fixed the issue, but it is a mere workaround: https://github.com/soxoj/maigret/issues/2003

7677865466 avatar Mar 30 '25 20:03 7677865466

The web interface is enabled by default in the Docker deployment (see #2189). Don't forget to specify the correct IP address in the FLASK_HOST variable, or use a proper production server for your security!

Thank you all for your patience! 🙏

soxoj avatar Aug 31 '25 14:08 soxoj