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

Rethink orchestrated docker boot #272

Open
Taucher2003 opened this issue Aug 10, 2024 · 2 comments
Open

Rethink orchestrated docker boot #272

Taucher2003 opened this issue Aug 10, 2024 · 2 comments
Assignees

Comments

@Taucher2003
Copy link
Member

Currently, the orchestrated docker boot first starts a postgres database container, connects to the docker network and then boots the rails server.

This worked fine for a while, but now there is a need to get more configuration done. For example generating and storing database encryption keys or the secret key base.

Ideally this should be re-built with a configurator container that does the configuration and then starts new containers with the corresponding environment variables instead of booting the app in itself.

@Taucher2003
Copy link
Member Author

We are going to fully remove the orchestrator and orchestrate on the package layer (docker-compose, helm-chart, ...)

For the configuration, we switch to a configuration file and application settings. The options that can be configured with ApplicationSettings can also be overridden by the configuration file

@Taucher2003
Copy link
Member Author

The orchestrator has been fully removed from the codebase.

Whats left is to implement the package layer. That however should be developed in a separate project.

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