Deploy CI-built registry image
All checks were successful
Docker / build-and-push (push) Successful in 47s

This commit is contained in:
Fredrik Johansson
2026-07-20 20:03:54 +02:00
parent 61e6b256d5
commit 6b06e5a6ce
2 changed files with 7 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
services:
retur:
build: .
image: retur:latest
image: repo.explewd.com/explewd/retur:latest
container_name: retur
restart: unless-stopped
pull_policy: always
ports:
- "${HOST_PORT:-5694}:80"