Compare commits

...

2 Commits

Author SHA1 Message Date
Mayel de Borniol 202d2bc2f4 add s3 config 2022-06-23 22:25:30 +12:00
Mayel de Borniol e25344930a search fix 2022-06-23 20:07:53 +12:00
2 changed files with 15 additions and 1 deletions

View File

@ -53,6 +53,14 @@ MAIL_FROM=admin@example.com
# error reporting
SENTRY_DSN=
# Store uploads in S3-compatible service
# UPLOADS_S3_BUCKET=
# UPLOADS_S3_ACCESS_KEY_ID=
# UPLOADS_S3_SECRET_ACCESS_KEY=
# UPLOADS_S3_REGION=fr-par
# UPLOADS_S3_HOST=s3.fr-par.scw.cloud
# UPLOADS_S3_SCHEME=https://
# Bonfire extensions configs:
WEB_PUSH_SUBJECT=mailto:admin@example.com
WEB_PUSH_PUBLIC_KEY=xyz

View File

@ -36,6 +36,12 @@ services:
- ERLANG_COOKIE
- REPLACE_OS_VARS
- LIVEVIEW_ENABLED
- UPLOADS_S3_BUCKET
- UPLOADS_S3_ACCESS_KEY_ID
- UPLOADS_S3_SECRET_ACCESS_KEY
- UPLOADS_S3_REGION
- UPLOADS_S3_HOST
- UPLOADS_S3_SCHEME
secrets:
- postgres_password
- secret_key_base
@ -96,7 +102,7 @@ services:
- "search-data:/data.ms"
networks:
- internal
entrypoint: ["tini", "--", "/docker-entrypoint.sh", "./meilisearch"]
entrypoint: ["tini", "--", "/docker-entrypoint.sh", "/bin/meilisearch"]
configs:
- source: app_entrypoint
target: /docker-entrypoint.sh