services: imptune: # Pull the published image by default (docker compose pull / up). # `build` is kept so `docker compose build` still produces a correctly # tagged local image; scripts/publish.ps1 pushes it to the registry. image: git.azuze.fr/kawa/imptune:latest build: . ports: - "8000:8000" volumes: - imptune_data:/data restart: unless-stopped environment: - DATA_DIR=/data volumes: imptune_data: