Files
ohrwurm/docker-compose.yml
Johannes Heuel a3e9175ea8
Some checks failed
tests / test (push) Failing after 1m55s
tests / pre-commit (push) Failing after 3m33s
tests / fmt (push) Successful in 7m33s
tests / build (push) Successful in 8m15s
tests / clippy (push) Successful in 8m19s
deploy / release-image (push) Successful in 11m24s
remove ffmpeg
2024-11-27 13:30:29 +01:00

11 lines
186 B
YAML

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