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