Scripts & files for deploying the SpaceXLaunchBot system.
This is more for myself rather than for someone setting up a clone, but feel free to use this if that's what you want to do.
All the scripts in the scripts
directory are written to be executed from the root of this repository, for example
cd ~/deploy
./scripts/up
The Docker compose file binds the stats server to 127.0.0.1:8080
on the host.
git clone https://github.com/SpaceXLaunchBot/deploy.git
cd deploy
vi config.env
chmod +x scripts/*
./scripts/up