Files
ohrwurm/docker-compose.yml
Renovate Bot c5bd2ebcc5
Some checks are pending
tests / fmt (push) Waiting to run
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run
Update jheuel/ohrwurm:latest Docker digest to 4f119ff
2025-03-03 18:26:00 +00:00

11 lines
258 B
YAML

services:
ohrwurm:
container_name: ohrwurm
image: jheuel/ohrwurm:latest@sha256:4f119ffb695307ec4df456dd1f421cfe969b2495681e7b484e4937606bc55b72
# build: .
restart: unless-stopped
volumes:
- ./data:/data
env_file:
- .env