re-add jonbot and do some linting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user