All checks were successful
continuous-integration/drone/push Build is passing
13 lines
251 B
YAML
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
|