9 lines
155 B
YAML
9 lines
155 B
YAML
services:
|
|
umb-bot:
|
|
build: .
|
|
container_name: umb-bot
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
volumes:
|
|
- ./bot/data:/app/bot/data
|