-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancements for Robustness #3
Comments
The |
- Remove overwritten defaults of application-dev.yml - Use upper case environment properties in docker-compose.yml; update README.md where required - Add restart always in docker-compose.yml - Make explicit secret in backend and proxy are the same
The reverse proxy configuration for the backend was incomplete. Headers required:
|
Based on the dotGIS review, the following changes have been applied:
|
- Better environment variable management - Healthchecks in docker - Better documentation
Improvements for deployment with a reverse proxy
|
Describe the bug
Several areas need improvement:
docker-compose.yml
file does not use proper users and passwords, the PostgreSQL image is set tolatest
, and the volume for data is not defined.admin:admin
.README.md
file does not contain an uninstall section.To Reproduce
docker-compose.yml
file and observe the lack of proper users and passwords, the implicit use of thelatest
PostgreSQL image, and the absence of a defined volume for data.admin:admin
.README.md
file and observe the absence of an uninstall section.Expected behavior
docker-compose.yml
.README.md
file.The text was updated successfully, but these errors were encountered: