Update compose.yaml
Some checks failed
CI / ci (push) Has been cancelled
CI / docker-build (push) Has been cancelled
Publish Docker image / docker (push) Has been cancelled
Upload sourcemaps / upload (push) Has been cancelled

This commit is contained in:
admin 2026-09-08 21:20:39 +00:00
parent aefbf86e08
commit ea8becd433

View File

@ -2,7 +2,7 @@ services:
open-seo: open-seo:
image: ${OPEN_SEO_IMAGE:-ghcr.io/every-app/open-seo:latest} image: ${OPEN_SEO_IMAGE:-ghcr.io/every-app/open-seo:latest}
restart: unless-stopped restart: unless-stopped
# Forward EVERY .env value into the container. The explicit `environment:` # Forward EVERY .env value into the containe r. The explicit `environment:`
# list below still wins for the values it names — without this, any .env # list below still wins for the values it names — without this, any .env
# value not listed there (e.g. OPENROUTER_API_KEY) silently never reached # value not listed there (e.g. OPENROUTER_API_KEY) silently never reached
# the app. Compose errors if .env is missing; the quickstart's # the app. Compose errors if .env is missing; the quickstart's