feat: pull bootstrap image from public registry

This commit is contained in:
2026-08-30 13:40:32 +00:00
parent 9d911ba7af
commit 2307402e34
2 changed files with 4 additions and 8 deletions
+2 -3
View File
@@ -14,8 +14,7 @@ services:
timeout: 5s
retries: 24
app:
build: {context: ., dockerfile: Dockerfile.bootstrap}
image: xymediavault-bootstrap:local
image: ${XYMEDIA_BOOTSTRAP_IMAGE:-git.keeper.work/admin/xymediavault-bootstrap:1}
environment:
XYMEDIA_POSTGRES_MODE: external
XYMEDIA_COMPONENT_RUNTIME: local
@@ -34,7 +33,7 @@ services:
healthcheck:
test: [CMD, /releases/current/bin/xymediavault, healthcheck, --url, http://127.0.0.1:8080/api/health]
app-migrate:
image: xymediavault-bootstrap:local
image: ${XYMEDIA_BOOTSTRAP_IMAGE:-git.keeper.work/admin/xymediavault-bootstrap:1}
entrypoint: [/releases/current/bin/xymediavault]
command: [migrate, --new, --config, /app/config.yaml]
environment: