2022-05-30 20:17:21 -07:00
|
|
|
version: "3.9"
|
|
|
|
|
services:
|
|
|
|
|
omnibot:
|
|
|
|
|
build: .
|
|
|
|
|
volumes:
|
|
|
|
|
- "./omnibot:/app/omnibot"
|
|
|
|
|
- "./plugins:/app/plugins"
|
2024-04-30 10:58:32 -07:00
|
|
|
- "./data:/app/data"
|
2024-07-18 10:57:13 -07:00
|
|
|
- "./config.toml:/app/config.toml"
|
2024-04-30 10:58:32 -07:00
|
|
|
restart: unless-stopped
|