You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is my vision for what our Docker support would look like:
Base Image
There should be a hades base image which is essentially the monorepo with all of the deps installed and all of the projects built.
Bot Images
For each bot there should be a secondary image that actually mounts in configuration and data directories and runs that specific bot.
Multi-stage Builds
I think this is out of scope for now. I tried to look into how to get a container that could run a bot without all the rest of the monorepo weight, but it was getting too complicated.
I'd mostly be happy to be able to build a release and deploy all the bots to the cloud as independent containers, regardless of their bloat.
The text was updated successfully, but these errors were encountered:
Here is my vision for what our Docker support would look like:
Base Image
There should be a hades base image which is essentially the monorepo with all of the deps installed and all of the projects built.
Bot Images
For each bot there should be a secondary image that actually mounts in configuration and data directories and runs that specific bot.
Multi-stage Builds
I think this is out of scope for now. I tried to look into how to get a container that could run a bot without all the rest of the monorepo weight, but it was getting too complicated.
I'd mostly be happy to be able to build a release and deploy all the bots to the cloud as independent containers, regardless of their bloat.
The text was updated successfully, but these errors were encountered: