mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-04-19 16:33:36 +03:00
17 lines
288 B
YAML
17 lines
288 B
YAML
services:
|
|
octobot:
|
|
container_name: octobot
|
|
build:
|
|
context: .
|
|
args:
|
|
- PUBLISH_OPTIONS
|
|
environment:
|
|
- BOT_TOKEN
|
|
volumes:
|
|
- guild-data:/Octobot/GuildData
|
|
- logs:/Octobot/Logs
|
|
restart: unless-stopped
|
|
|
|
volumes:
|
|
guild-data:
|
|
logs:
|