Docker container without databse and redis #261
Replies: 2 comments 1 reply
-
Heya - you can provide a separate db & redis instance via Let me know if that works for your use case. |
Beta Was this translation helpful? Give feedback.
-
Hi, that partially solves it, at least to the point that the embedded PostgreSQL won't start if an external database is configured. When I tested with a separated postgres and valkey (redis fork with open license) the redis still gets started in the container, so I am not sure if the external container was used or not. After thinking about this, I would still prefer a lightweight container without an embedded database and key-value store. So if it were feasible to build a variant without the external dependencies (database + redis) I would appreciate that to not have to think about embedded dependencies and their licenses and so on. By the way, are you aware that most people do not consider redis to be open source anymore after their recent license changes (see https://www.google.com/search?q=is+redis+open+source ). |
Beta Was this translation helpful? Give feedback.
-
Describe the feature or potential improvement
Hi everyone,
It is great that there is a container pre-build, which can be used to get up and running easily; however, this comes with some side effects.
So my question would be, would it be possible to provide an addition container build (tag) which does not contain the database and Redis?
I would prefer to use a separated database and redis instance to have more control, so for example, an existing database could be used or updated without touching the sourcebot image.
Another benefit would be that the image could be more compact.
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions