Docker Compose: Set pull policy to always
This commit is contained in:
@@ -34,6 +34,7 @@ services:
|
||||
# ── App: Django REST API + admin ──────────────────────────────────────────
|
||||
app:
|
||||
image: git.helu.ca/r/mnemosyne:latest
|
||||
pull_policy: always
|
||||
command: ["web"]
|
||||
env_file: mnemosyne/.env
|
||||
restart: unless-stopped
|
||||
@@ -52,6 +53,7 @@ services:
|
||||
# ── MCP server: FastMCP Streamable HTTP at /mcp/ ───────────────────────────
|
||||
mcp:
|
||||
image: git.helu.ca/r/mnemosyne:latest
|
||||
pull_policy: always
|
||||
command: ["mcp"]
|
||||
env_file: mnemosyne/.env
|
||||
restart: unless-stopped
|
||||
@@ -67,6 +69,7 @@ services:
|
||||
# ── Celery worker: embedding + ingest + batch queues ───────────────────────
|
||||
worker:
|
||||
image: git.helu.ca/r/mnemosyne:latest
|
||||
pull_policy: always
|
||||
command: ["worker"]
|
||||
env_file: mnemosyne/.env
|
||||
restart: unless-stopped
|
||||
|
||||
Reference in New Issue
Block a user