fix: strapi template

This commit is contained in:
Andras Bacsai
2024-10-03 13:49:50 +02:00
parent ef448280d8
commit 73bd344147
2 changed files with 8 additions and 1 deletions

View File

@@ -18,6 +18,13 @@ services:
- JWT_SECRET=$SERVICE_BASE64_64_SECRET - JWT_SECRET=$SERVICE_BASE64_64_SECRET
- ADMIN_JWT_SECRET=$SERVICE_BASE64_64_SECRET - ADMIN_JWT_SECRET=$SERVICE_BASE64_64_SECRET
- APP_KEYS=$SERVICE_BASE64_64_KEY - APP_KEYS=$SERVICE_BASE64_64_KEY
- STRAPI_TELEMETRY_DISABLED=${STRAPI_TELEMETRY_DISABLED:-true}
- STRAPI_LICENSE=${STRAPI_LICENSE}
- NODE_ENV=${NODE_ENV:-development}
- BROWSER=${BROWSER:-true}
- STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE=${STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE:-en}
- STRAPI_ENFORCE_SOURCEMAPS=${STRAPI_ENFORCE_SOURCEMAPS:-false}
- FAST_REFRESH=${FAST_REFRESH:-true}
volumes: volumes:
- "strapi-config:/opt/app/config" - "strapi-config:/opt/app/config"
- "strapi-src:/opt/app/src" - "strapi-src:/opt/app/src"

File diff suppressed because one or more lines are too long