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

Rework how the production container is built #42

Open
rjsparks opened this issue Mar 3, 2022 · 0 comments
Open

Rework how the production container is built #42

rjsparks opened this issue Mar 3, 2022 · 0 comments

Comments

@rjsparks
Copy link
Member

rjsparks commented Mar 3, 2022

It's not necessary to base the container on opensuse, and there's a lot that's loaded that we don't need to load.

Let's rework this completely using docker compose.

The frontend should simply run gunicorn. The application use is very light so a small number of workers is acceptable.

Secrets will have to come in from somewhere - we can continue to map them in via a file-system mounted local.py, but I'm willing to consider other options.

We can have a separate database container - how should we deal with persisting its data? Do we map the underlying files out to the native filesystem?

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