Added docker-compose.yml
This commit is contained in:
2
.env
Normal file
2
.env
Normal file
@@ -0,0 +1,2 @@
|
||||
BOT_TOKEN=MTI0MTEzMTI0MTE4OTgwMjA3NQ.GVk24M.dG5U0YWYE0SPypgsSCdlA-nIldSg_59EcYzivQ
|
||||
JOINTOCREATE_CHANNEL_ID=1238962098214539285
|
||||
9
docker-compose.yml
Normal file
9
docker-compose.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
version: '3.8'
|
||||
|
||||
services:
|
||||
discord-bot:
|
||||
image: dein-gitea-hub-username/discord-bot:latest # Verwende das Image von deinem Gitea-Hub
|
||||
environment:
|
||||
- BOT_TOKEN=DEIN_BOT_TOKEN_HIER
|
||||
- JOINTOCREATE_CHANNEL_ID=DEINE_JOINTOCREATE_CHANNEL_ID_HIER
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user