mirror of
https://github.com/neoarz/Syntrel.git
synced 2025-12-25 19:50:12 +01:00
15 lines
449 B
YAML
15 lines
449 B
YAML
|
|
services:
|
||
|
|
discord-bot:
|
||
|
|
build: .
|
||
|
|
image: python-discord-bot-template
|
||
|
|
env_file:
|
||
|
|
- .env
|
||
|
|
volumes:
|
||
|
|
- ./database:/bot/database
|
||
|
|
- ./discord.log:/bot/discord.log
|
||
|
|
|
||
|
|
# Alternatively you can set the environment variables as such:
|
||
|
|
# /!\ The token shouldn't be written here, as this file is not ignored from Git /!\
|
||
|
|
# environment:
|
||
|
|
# - PREFIX=YOUR_BOT_PREFIX_HERE
|
||
|
|
# - INVITE_LINK=YOUR_BOT_INVITE_LINK_HERE
|