A docker-compose with a few scripts that ensure the complete bootstrap process of a sentry server. The bootstrap will:
- do an initial setup of the database
 - create a superuser based on environment variables
 - create projects with a project key based on environment variables
 
The filenames in gists cannot contain '/' to indicate a directory, so i put a | to indicate a subdirectory.
To run the bootstrap first set the environment variables neccessary via:
source ./env.sh