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

Externalize configuration of backend services and dockerize #1

Open
5 tasks done
ChristianUlbrich opened this issue Nov 8, 2023 · 0 comments · May be fixed by #3
Open
5 tasks done

Externalize configuration of backend services and dockerize #1

ChristianUlbrich opened this issue Nov 8, 2023 · 0 comments · May be fixed by #3
Assignees

Comments

@ChristianUlbrich
Copy link
Member

ChristianUlbrich commented Nov 8, 2023

The current design is using a lot of assumptions, hard-coded things and is tightly coupled to Azure. In a first step, we want to be able to run the full stack on any user-supplied Azure services. For this we need to externalize all configuration.

Configuration needs to be externalized and configurable via the environment, most preferably via some .env - compatible mechanism.

Initial goals

We want to be able to run the full stack on our own infrastructure and we want to have a glimpse at the various admin pages. Initially it is perfectly okay, if the stack runs only locally, but leverages remote Azure services. If this is not feasible (CORS, ...) then we have to add real deployment to the stack.

Acceptance criteria

  • configuration can be supplied via an .env
  • how to create a private instance is documented
  • minimal contemporary adjustments for making getting it to run (current LTS of Node, read: 20), current npm install works)
  • admin can be configured as well
  • stack is dockerized and can be run locally

Out of spec

  • apart from that build tooling is not changed at all
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

Successfully merging a pull request may close this issue.

2 participants