UniversityOfNottingham / devbot

0 stars 0 forks source link

Add shell script to run devbot in a container #2

Closed beforan closed 7 years ago

beforan commented 7 years ago

I have a nice shell script to do this on the machine where devbot is currently hosted. It passes all the environment variable values (cos I haven't set them as actual environment variables).

It might be nice to put the script in source control :\ (with the variable values missing ofc).

beforan commented 7 years ago

Actually, this is silly, we should do a docker-compose.yml instead, and a rancher-compose.yml for good measure (since we're likely to host it that way

beforan commented 7 years ago

i'm closing this since #12 supercedes it and results in us making the docker-compose.yml that fulfills this anyway