An open API service indexing awesome lists of open source software.

https://github.com/backwardspy/basestar-provisions

everything i need to get my basestar fully operational
https://github.com/backwardspy/basestar-provisions

Last synced: 4 months ago
JSON representation

everything i need to get my basestar fully operational

Awesome Lists containing this project

README

          

# basestar provisions

everything i need to get my basestar fully operational

![battlestar galactica exchanging munitions with a couple of cylon basestars](https://media.tenor.com/0Uuw4iOYNoQAAAAC/battlestar-galactica-galactica.gif)

## requirements

- [docker](https://www.docker.com/)
- [docker compose](https://docs.docker.com/compose/)

## usage

set required environment variables

```bash
$ export CASPER_DISCORD_TOKEN=token-goes-here
```

bring containers up

```bash
$ docker-compose up -d
```