5 ms·
If you can script your setup steps, you can also run it in a devcontainer, either by using docker-compose[1] to bake it into the workspace image or using lifecy
by ycrab 3y ago
If you can script your setup steps, you can also run it in a devcontainer, either by using docker-compose[1] to bake it into the workspace image or using lifecycle hooks to run some scripts after creating the workspace[2]
[1]http://blog.pamelafox.org/2022/11/running-postgresql-in-devcontainer-with.html http://blog.pamelafox.org/2022/11/running-postgresql-in-devc...
[2]https://github.com/pascalbreuninger/devpod-react-server-components/tree/main/.devcontainer https://github.com/pascalbreuninger/devpod-react-server-comp...