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

Levriero Local Setup - Add a docker-compose.dev.yml #1032

Closed
wendelfabianchinsamy opened this issue Oct 25, 2023 · 0 comments · May be fixed by #1033
Closed

Levriero Local Setup - Add a docker-compose.dev.yml #1032

wendelfabianchinsamy opened this issue Oct 25, 2023 · 0 comments · May be fixed by #1033
Assignees

Comments

@wendelfabianchinsamy
Copy link
Contributor

What do we want to do?
Let's add a new docker compose file to the Lupo project called docker-compose.dev.yml. We can then use this docker compose file to run Lupo locally and access the containerise API from Levriero (also running in a container).

Why do we want to do it?
The idea is to have Lupo and Levriero (and any other containers, if you want) running on the same network. This will allow these containers to communicate with one another.

Why a new docker compose file?
We can provide the Lupo API with a container name. Having a container name will allow us to much more easily refer to the API in other containers.

Why docker-compose.dev.yml?
There is already a docker-compose.local.yml and I don't want to mess with anything people are already using. I think the naming convention works well since this should only be used for/in development.

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

Successfully merging a pull request may close this issue.

1 participant