patchdemo icon indicating copy to clipboard operation
patchdemo copied to clipboard

Consider using the docker-compose environment in core

Open kostajh opened this issue 4 years ago • 1 comments

You could potentially use the docker-compose environment in core (which defaults to SQLite as the DB backend) for some of this. You'd need to create docker-compose.override.yml files for each patch demo directory that specify ports: 8080 and then ask docker which port was assigned, so you can report that back to the user.

kostajh avatar Feb 26 '20 15:02 kostajh

I really don't want huge dependencies I don't understand, and I don't really have the time to try to understand Docker.

MatmaRex avatar Mar 04 '20 14:03 MatmaRex