add docker compose
This commit is contained in:
11
compose.yaml
11
compose.yaml
@@ -0,0 +1,11 @@
|
||||
version: "1.0"
|
||||
services:
|
||||
app:
|
||||
build: .
|
||||
container_name: firefly-discord-bot
|
||||
environment:
|
||||
ENVIRONMENT: ${ENVIRONMENT}
|
||||
TOKEN: ${TOKEN}
|
||||
CHANNEL: ${CHANNEL}
|
||||
CLIENTID: ${CLIENTID}
|
||||
CLIENTSECRET: ${CLIENTSECRET}
|
||||
|
||||
Reference in New Issue
Block a user