ocurrent / current-bench

Experimental benchmarking infrastructure using OCurrent pipelines
Apache License 2.0
34 stars 17 forks source link

Docker compose for stack deploy #282

Closed gs0510 closed 2 years ago

gs0510 commented 2 years ago

Add script for stack deploy

TODO: [ ] Make relative paths also work with docker-compose deploy

punchagan commented 2 years ago

@gs0510 Just writing some thoughts here from yesterday's work.

gs0510 commented 2 years ago

Ah I think I didn't mention this, but this is for deployment on the packet machine, not automatic deployments of cb yet! (It'd be nice to get to that, but we have to many moving parts).

I think something to think of also would be (in case we do deployment of production) is that we need to move from docker-compose to docker-stack.

punchagan commented 2 years ago

Ah I think I didn't mention this, but this is for deployment on the packet machine, not automatic deployments of cb yet! (It'd be nice to get to that, but we have to many moving parts).

Yes, I understood that we want to deploy to the "packet" machine. But, I think I don't understand what the purpose of the "packet" machine is. I assumed that the eventual goal was to have a staging environment that we can replicate for production deployments?