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
11 lines
186 B
YAML
11 lines
186 B
YAML
services:
|
|
ohrwurm:
|
|
container_name: ohrwurm
|
|
image: jheuel/ohrwurm:latest
|
|
# build: .
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/data
|
|
env_file:
|
|
- .env
|