feat: pull bootstrap image from public registry
This commit is contained in:
+2
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user