1 Commits

Author SHA1 Message Date
fc888aab3b Update Rust crate serde_json to v1.0.140
Some checks failed
tests / fmt (push) Failing after 4s
tests / build (push) Failing after 3s
tests / test (push) Failing after 3s
tests / clippy (push) Failing after 4s
tests / pre-commit (push) Failing after 3s
2025-03-04 10:45:11 +00:00

10
docker-compose.yml Normal file
View File

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