initial
This commit is contained in:
11
docker-compose.yml
Normal file
11
docker-compose.yml
Normal file
@ -0,0 +1,11 @@
|
||||
services:
|
||||
shiroprob:
|
||||
container_name: shiroprob-discord-bot
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- TOKEN=${TOKEN}
|
||||
- GUILDID=${GUILDID}
|
||||
- CLIENTID=${CLIENTID}
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
Reference in New Issue
Block a user