Speedcubing-Canada / speedcubing-canada-web

https://speedcubingcanada.org
2 stars 3 forks source link

Improving docker dev environment (adding the backend) #81

Open AlexandreOndet opened 7 months ago

AlexandreOndet commented 7 months ago

Right now the docker-compose only contains the frontend and nginx. Simply adding the flask service doesn't allow the container to reach the emulator on the host. We will need to figure out a way to make it work. Possible solutions:

The end goal is to have the whole dev environment running with just one command (docker-compose up)