Omnibot will now restart when not explicitly stopped Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
10 lines
183 B
YAML
10 lines
183 B
YAML
version: "3.9"
|
|
services:
|
|
omnibot:
|
|
build: .
|
|
volumes:
|
|
- "./omnibot:/app/omnibot"
|
|
- "./plugins:/app/plugins"
|
|
- "./data:/app/data"
|
|
restart: unless-stopped
|