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
For production use, we recommend using a PostgreSQL with valid SSL certificates and expose the application with a frontal server managing the HTTPS certificates. Without a valid SSL certificate, the application will not work.
@MParvin no I didn't I followed the documentation to test it out, why think in a production setup if I was not able to even get it running in my laptop.
Reproduction
Steps to reproduce:
docker-compose.prod.yml
file.env.prod
file, add for exampleALLOWED_HOST=falco
falco
hostname to your hosts file pointing to your laptop or server, ie:Expected Behavior
Falco login page should be loaded
Actual Behavior
A connection refused error:
Environment
Using example
docker-compose.prod.yml
and .env.prod.dist
example files (only changing postgres db password env variables as noted in issue #239 ).The text was updated successfully, but these errors were encountered: