1 Commits

Author SHA1 Message Date
7cb7a41309 Update Rust crate tracing-subscriber to 0.3
Some checks failed
renovate/artifacts Artifact file update failure
tests / fmt (push) Successful in 51s
tests / build (push) Successful in 1m12s
tests / test (push) Failing after 1m21s
tests / clippy (push) Successful in 1m2s
tests / pre-commit (push) Failing after 1m9s
2025-03-04 12:19:25 +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