remove caching of rust environment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-06-05 19:55:40 +02:00
parent 1acab1254b
commit bde8cc6514
2 changed files with 4 additions and 16 deletions

View File

@@ -1,12 +1,8 @@
---
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
env_file:
- .env