mirror of
https://github.com/TeamOctolings/Octobot.git
synced 2025-01-31 00:19:00 +03:00
18 lines
288 B
YAML
18 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:
|