You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do we want to do?
Let's add a new docker compose file to the Levriero project called docker-compose.dev.yml. We want to make sure that the services in this container run on the same network (lupo_public).
We also want to setup a github action to fire off when we create prs.
Why do we want to do it?
With Levriero running on the same network as Lupo, we will be able to make API requests to our local Lupo instance instead of having to make calls to the staging instance.
The text was updated successfully, but these errors were encountered:
What do we want to do?
Let's add a new docker compose file to the Levriero project called docker-compose.dev.yml. We want to make sure that the services in this container run on the same network (lupo_public).
We also want to setup a github action to fire off when we create prs.
Why do we want to do it?
With Levriero running on the same network as Lupo, we will be able to make API requests to our local Lupo instance instead of having to make calls to the staging instance.
The text was updated successfully, but these errors were encountered: