This commit is contained in:
46
Cargo.lock
generated
46
Cargo.lock
generated
@@ -2,6 +2,29 @@
|
||||
# It is not intended for manual editing.
|
||||
version = 3
|
||||
|
||||
[[package]]
|
||||
name = "Ohrwurm"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dotenv",
|
||||
"futures",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"serde_json",
|
||||
"songbird",
|
||||
"symphonia",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber 0.2.25",
|
||||
"twilight-cache-inmemory",
|
||||
"twilight-gateway",
|
||||
"twilight-http",
|
||||
"twilight-model",
|
||||
"twilight-standby",
|
||||
"twilight-util",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "addr2line"
|
||||
version = "0.21.0"
|
||||
@@ -396,29 +419,6 @@ dependencies = [
|
||||
"pnet_macros_support",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "djheuel"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"dotenv",
|
||||
"futures",
|
||||
"regex",
|
||||
"reqwest",
|
||||
"serde_json",
|
||||
"songbird",
|
||||
"symphonia",
|
||||
"tokio",
|
||||
"tracing",
|
||||
"tracing-subscriber 0.2.25",
|
||||
"twilight-cache-inmemory",
|
||||
"twilight-gateway",
|
||||
"twilight-http",
|
||||
"twilight-model",
|
||||
"twilight-standby",
|
||||
"twilight-util",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "dotenv"
|
||||
version = "0.15.0"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
[package]
|
||||
name = "djheuel"
|
||||
name = "ohrwurm"
|
||||
version = "0.1.0"
|
||||
authors = ["Johannes Heuel <johannes.heuel@rwth-aachen.de>"]
|
||||
edition = "2021"
|
||||
|
||||
@@ -22,6 +22,6 @@ FROM debian:bullseye-slim
|
||||
RUN apt-get update && apt-get install -y python3-pip ffmpeg
|
||||
RUN pip install -U yt-dlp
|
||||
|
||||
COPY --from=build /app/target/release/djheuel .
|
||||
COPY --from=build /app/target/release/ohrwurm .
|
||||
|
||||
CMD ["./djheuel"]
|
||||
CMD ["./ohrwurm"]
|
||||
|
||||
@@ -1 +1 @@
|
||||
[](https://drone.jheuel.boosted.science/jheuel/djheuel)
|
||||
[](https://drone.jheuel.boosted.science/jheuel/ohrwurm)
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
---
|
||||
version: "2.1"
|
||||
services:
|
||||
djheuel:
|
||||
ohrwurm:
|
||||
build: .
|
||||
container_name: DJHeuel
|
||||
container_name: ohrwurm
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
- DISCORD_TOKEN=${DISCORD_TOKEN}
|
||||
|
||||
Reference in New Issue
Block a user