Skip to content
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

Improve the Docker deployment #26

Open
6 tasks
fozcode opened this issue Mar 27, 2019 · 0 comments
Open
6 tasks

Improve the Docker deployment #26

fozcode opened this issue Mar 27, 2019 · 0 comments

Comments

@fozcode
Copy link
Member

fozcode commented Mar 27, 2019

At present the Docker files and docker-compose script don't make it easy to install TLS certs or to override the QIS settings. We're also using an env var for the database password from the days before docker-compose had secrets support. I propose:

  • Change the database password to use a Docker secret
  • Update the AS Dockerfile, run script, and docker-compose file to mount TLS files from Docker secrets**
  • Update the AS Dockerfile, run script, and docker-compose file to allow the local_settings.py file to be overridden**
  • Update the README for the AS image
  • Update the README for the Postgres image
  • Update the running.md guide

** This also allows multiple AS containers to use the same certs and session secret for load balancing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant