A bot to automate the downloading of images from BringATrailer.com
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Edward Peterson cbfb0d07a9 dockerized 2 years ago
server dockerized 2 years ago
.gitignore dockerized 2 years ago
Dockerfile dockerized 2 years ago
LICENSE Initial commit 3 years ago
README.md dockerized 2 years ago
docker-compose.yml dockerized 2 years ago
package-lock.json implemented clew logger 2 years ago
package.json implemented clew logger 2 years ago

README.md

bringatrailerbot

Deploy instructions:

  • Uncomment the pull_policy line from docker-compose.yml
  • Update docker-compose.yml with new version numbers.
  • Run docker login git.edwardpeterson.dev
  • Run docker-compose build --pull from the root directory
  • Run docker-compose push next to push the newest image to gitea.
  • Comment back out the pull_policy line from docker-compose.yml
  • Commit and push changes.