re-add jonbot and do some linting

This commit is contained in:
2026-06-18 15:01:30 -05:00
parent 4dbacab952
commit 602db1bbf2
7 changed files with 112 additions and 15 deletions

View File

@@ -2,6 +2,19 @@ services:
garfbot:
image: git.crate.zip/crate/garfbot:latest
container_name: garfbot
build:
context: .
dockerfile: Dockerfile
restart: always
volumes:
- /home/crate/garfbot:/usr/src/app
- ../garfbot:/usr/src/app
jonbot:
image: git.crate.zip/crate/jonbot:latest
container_name: jonbot
build:
context: ./jonbot
dockerfile: Dockerfile
restart: always
volumes:
- ../garfbot/jonbot:/usr/src/app