Merge pull request 'Create docker-compose.yml' (#3) from python into main
Reviewed-on: #3
This commit was merged in pull request #3.
This commit is contained in:
10
docker-compose.yml
Normal file
10
docker-compose.yml
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
version: '3.8'
|
||||||
|
|
||||||
|
services:
|
||||||
|
discord-bot:
|
||||||
|
image: git.degnedict.de/bene/join2create:latest
|
||||||
|
environment:
|
||||||
|
- BOT_TOKEN=YOUR_TOKEN
|
||||||
|
- JOINTOCREATE_CHANNEL_ID=YOUR_CHANNEL_ID
|
||||||
|
|
||||||
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user