docks
This commit is contained in:
parent
299cbcfcee
commit
ba144dafa1
1 changed files with 15 additions and 0 deletions
15
docker-compose.yml
Normal file
15
docker-compose.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
version: "3"
|
||||||
|
|
||||||
|
services:
|
||||||
|
app:
|
||||||
|
build:
|
||||||
|
context: .
|
||||||
|
dockerfile: Dockerfile
|
||||||
|
image: your-app-image:latest
|
||||||
|
command: ["/app"]
|
||||||
|
pull_policy: build
|
||||||
|
ports:
|
||||||
|
- "3001:3000"
|
||||||
|
environment:
|
||||||
|
- DISCORD_TOKEN=$DISCORD_TOKEN
|
||||||
|
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST
|
Loading…
Add table
Reference in a new issue