# 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.