Use published image in docker-compose, publish release by default

docker-compose.yml now pulls git.azuze.fr/kawa/dockmv instead of
building locally. publish.ps1 flips -PublishRelease to on-by-default
(-NoPublishRelease to opt out), since skipping the upload was the
unusual case.
This commit is contained in:
2026-08-11 14:36:35 +02:00
parent 39c9cfb65e
commit 895858197e
2 changed files with 25 additions and 21 deletions
+1 -5
View File
@@ -9,11 +9,7 @@
services:
dockmv:
build:
context: .
args:
VERSION: ${VERSION:-dev}
image: dockmv:latest
image: git.azuze.fr/kawa/dockmv:${VERSION:-latest}
container_name: dockmv
restart: unless-stopped
ports: