Files
ohrwurm/docker-compose.yml
2024-02-16 15:07:56 +01:00

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}