Replies: 2 comments 5 replies
|
Out of curiosity I started to check how minimal I can go in the whole deployment: While not really working, this got me a running container: |
5 replies
|
It looks like you'd at least need these services: This gives me a system where I can login into and upload files. With an external IDP this can probably be further skimmed down. Can someone confirm whether this is the leanest possible configuration you can get to an env-only setup. From here I think you can enable further services to smoothen the experience. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In the past I have figured out some minimal configuration that I needed so I could run my instance without a config file. It has been far over a year, so I don't remember every detail. However, I have been running into some issues lately, and I think I might be missing some configuration. Is there a minimal set of environments that I need to run opencloud?
E.g.
I have been using these environment variables:
This makes deployment especially easy, as even with new deployments, there is nothing I have to initialize or configure. Configuring via environments is more intuitive. Now that things seem to have broken I want to restart finding out the minimal set and wanted to ask, whether anyone might know some documentation or anything that I haven't found.
All reactions