Icebreaker project, team 7.
- Requires Docker and docker-compose.
- Create a
.env
file and add the following:BOT_TOKEN=<TOKEN>
- Start bot and database:
docker-compose up
- Start only bot:
docker-compose up --no-deps ib7
or start only database:docker-compose up postgres
- Stopping the containers:
docker-compose stop
- Cleanup networks, containers:
docker-compose down
- Clear volumes:
docker-compose down --volumes