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

Create a running image #358

Open
CzarofAK opened this issue Mar 11, 2024 · 1 comment
Open

Create a running image #358

CzarofAK opened this issue Mar 11, 2024 · 1 comment

Comments

@CzarofAK
Copy link

It would be beneficial to provide a running image or docker compose for faster deployment of new installations

@nimdanitro
Copy link
Member

What issues are you facing with the current images?

The main complexity covers the distinct configuration around authentication/OIDC.

At the moment, a deployment requires a database and two containers for each of the two images build here (sitrep & sitrep-hasura). If you don't rely on an external OIDC provider for your user management, you need a container like dex to handle that as well. The provided docker-compose is intended for local development purposes but can be adjusted for deployment purposes as well. You are very welcome to provide a PR which adds that for everyone.

We are working on a version which should run of a single binary with a sqlite database by default which will simplify the current approach.

Happy to help in case you need further instructions.

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

No branches or pull requests

2 participants