remove docker-compose.yml
All checks were successful
tests / fmt (push) Successful in 1m19s
tests / clippy (push) Successful in 1m13s
tests / build (push) Successful in 1m20s
tests / test (push) Successful in 1m23s
tests / pre-commit (push) Successful in 1m32s
deploy / release-image (push) Successful in 3m39s
renovate / renovate (push) Successful in 2m27s

This commit is contained in:
2025-03-04 22:34:19 +01:00
parent b60cce35ca
commit f2f4396674

View File

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