Skip to content
This repository has been archived by the owner on Sep 27, 2021. It is now read-only.

RohanJnr/ib-7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ib-7 project

Icebreaker project, team 7.

Development

Using docker

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

About

Icebreaker project, team 7.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published