Files
omnibot22/docker-compose.yml
Alek Ratzloff f700c0f34c Add config.toml as a mapped file instead of copying
This should reduce the number of rebuilds that we have to do for a
simple configuration change

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2024-07-18 10:57:13 -07:00

11 lines
224 B
YAML

version: "3.9"
services:
omnibot:
build: .
volumes:
- "./omnibot:/app/omnibot"
- "./plugins:/app/plugins"
- "./data:/app/data"
- "./config.toml:/app/config.toml"
restart: unless-stopped