All checks were successful
Garfbot CI/CD Deployment / Deploy (push) Successful in 18s
8 lines
169 B
YAML
8 lines
169 B
YAML
services:
|
|
garfbot:
|
|
image: git.crate.zip/crate/garfbot:latest
|
|
container_name: garfbot
|
|
restart: always
|
|
volumes:
|
|
- /home/crate/garfbot:/usr/src/app
|