Update compose.yaml
This commit is contained in:
parent
aefbf86e08
commit
ea8becd433
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user