11 lines
206 B
YAML
11 lines
206 B
YAML
---
|
|
version: "2.1"
|
|
services:
|
|
djheuel:
|
|
build: .
|
|
container_name: DJHeuel
|
|
restart: unless-stopped
|
|
environment:
|
|
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
|
- DISCORD_APP_ID=${DISCORD_APP_ID}
|