-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
enhancementNew feature or requestNew feature or request
Description
In previous work I have used docker-compose with mounting of git repositories to facilitate development, and imagine a similar workflow could be achieved with podman. In the development of either the bluesky or databroker stacks I imagine the need for:
- Server running in one container, with reload enabled for development
- Client running in another container with reload enabled for development
- Server to combine the server and client behind a single port (probably NGINX)
There would be a (probably default) production version where it would not enable reload, and would simply build the web application into an optimized static bundle using everything within the container/image.
tacaswell
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request