All checks were successful
tests / fmt (push) Successful in 45s
tests / build (push) Successful in 1m11s
tests / clippy (push) Successful in 2m22s
tests / pre-commit (push) Successful in 2m30s
tests / test (push) Successful in 2m43s
deploy / release-image (push) Successful in 5m16s
10 lines
171 B
YAML
10 lines
171 B
YAML
services:
|
|
ohrwurm:
|
|
container_name: ohrwurm
|
|
image: jheuel/ohrwurm:latest
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/data
|
|
env_file:
|
|
- .env
|