12 lines
228 B
YAML
12 lines
228 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}
|
|
- RUST_LOG=info
|