2025-09-14 16:09:43 -04:00
|
|
|
services:
|
|
|
|
|
discord-bot:
|
|
|
|
|
build: .
|
2025-09-17 10:09:59 -04:00
|
|
|
image: syntrel-discord-bot
|
2025-09-14 16:09:43 -04:00
|
|
|
env_file:
|
|
|
|
|
- .env
|
|
|
|
|
volumes:
|
|
|
|
|
- ./database:/bot/database
|
|
|
|
|
- ./discord.log:/bot/discord.log
|
2025-10-03 13:09:47 -04:00
|
|
|
- ./cogs/media/files:/bot/cogs/media/files
|
2025-09-14 16:09:43 -04:00
|
|
|
|
|
|
|
|
# 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
|