Spin to run dev and prod on same machine? #151
-
Can you use spin to run dev and prod on the same computer? Any ideas how to achieve this if it is possible? |
Beta Was this translation helpful? Give feedback.
Answered by
jaydrogers
Jan 10, 2025
Replies: 1 comment 1 reply
-
Sometimes I will run this on my local machine to debug production stuff: docker compose -f docker-compose.yml -f docker-compose.prod.yml up But that's very rare. Even that won't get you the full swarm example locally though. Not sure of the use case of why would would want dev and production at the same time? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
akulmehta
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes I will run this on my local machine to debug production stuff:
But that's very rare. Even that won't get you the full swarm example locally though.
Not sure of the use case of why would would want dev and production at the same time?