Files
ohrwurm/docker-compose.yml
Johannes Heuel 86641f5c94
All checks were successful
continuous-integration/drone/push Build is passing
change logo
2024-02-20 14:42:02 +01:00

13 lines
251 B
YAML

---
version: "2.1"
services:
ohrwurm:
build: .
container_name: ohrwurm
restart: unless-stopped
environment:
- DISCORD_TOKEN=${DISCORD_TOKEN}
- DISCORD_APP_ID=${DISCORD_APP_ID}
- ADMIN=${ADMIN}
- RUST_LOG=info