Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improving docker dev environment (adding the backend) #81

Open
AlexandreOndet opened this issue Dec 29, 2023 · 0 comments
Open

Improving docker dev environment (adding the backend) #81

AlexandreOndet opened this issue Dec 29, 2023 · 0 comments
Labels

Comments

@AlexandreOndet
Copy link
Contributor

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:

  • Put the emulator in a container
  • Put the emulator in the python container (not great)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant