1 Commits

Author SHA1 Message Date
ac91f67c48 Update Rust crate sqlx to 0.8
Some checks failed
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
tests / fmt (push) Has been cancelled
tests / build (push) Has been cancelled
2025-03-04 10:02:41 +00:00
3 changed files with 240 additions and 271 deletions

499
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -26,7 +26,7 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0" serde_json = "1.0"
url = "2.5.1" url = "2.5.1"
anyhow = "1.0.86" anyhow = "1.0.86"
dashmap = "6.0.0" dashmap = "5.5.3"
async-trait = "0.1.80" async-trait = "0.1.80"
uuid = "1.8.0" uuid = "1.8.0"
chrono = "0.4.38" chrono = "0.4.38"

10
docker-compose.yml Normal file
View File

@@ -0,0 +1,10 @@
services:
ohrwurm:
container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:650802f854652ecd0dff5882b021041e26f76306d433d63346638df6840f889d
# build: .
restart: unless-stopped
volumes:
- ./data:/data
env_file:
- .env