Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/api-server/docker/stack/docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
- decoded-backend-prod
environment:
MEILI_ENV: production
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:?set MEILISEARCH_MASTER_KEY in packages/api-server/.env.prod (used with deploy-backend.sh --env-file)}
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:?set MEILISEARCH_MASTER_KEY in .env.backend.prod (used with deploy-backend.sh --env-file)}
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:7700/health"]
interval: 10s
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
networks:
- decoded-backend-staging
environment:
MEILI_ENV: development
MEILI_ENV: production
MEILI_MASTER_KEY: ${MEILISEARCH_MASTER_KEY:-staging-meili-key}
healthcheck:
test: ["CMD", "curl", "-sf", "http://localhost:7700/health"]
Expand Down
1 change: 1 addition & 0 deletions packages/api-server/docker/stack/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ services:
PORT: "8080"
HOST: "0.0.0.0"
LOG_FORMAT: text
ENV: development
MEILISEARCH_URL: http://meilisearch:7700
AI_SERVER_GRPC_URL: http://ai:50051
API_SERVER_GRPC_PORT: "50052"
Expand Down
Loading