No Docker images? #690
-
Is there a reason docker images are no longer supplied? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Supporting self-hosting in ZWS ended up limiting the speed I could add features & iterate, since it would cause breaking changes for self-hosters. It's still possible to self-host, just more annoying to do so now. You should be able to build a Docker image by cloning the repo and running |
Beta Was this translation helpful? Give feedback.
Supporting self-hosting in ZWS ended up limiting the speed I could add features & iterate, since it would cause breaking changes for self-hosters. It's still possible to self-host, just more annoying to do so now. You should be able to build a Docker image by cloning the repo and running
yarn install
and thenyarn build:nixpack
, which will output a Docker image to thezws-im/zws
tag. Note that this will run the full frontend & backend. There is no way to separate them without making it more annoying for me to run the actual ZWS production instance.