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
deploy / release-image (push) Waiting to run
renovate / renovate (push) Waiting to run
11 lines
258 B
YAML
11 lines
258 B
YAML
services:
|
|
ohrwurm:
|
|
container_name: ohrwurm
|
|
image: jheuel/ohrwurm:latest@sha256:b5e0fbc40ed86820eba8673bb5a97ad6ce53f27a1c557e46515cabce35199296
|
|
# build: .
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./data:/data
|
|
env_file:
|
|
- .env
|