Skip to content

Commit 73bd344

Browse files
committed
fix: strapi template
1 parent ef44828 commit 73bd344

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

templates/compose/strapi.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@ services:
1818
- JWT_SECRET=$SERVICE_BASE64_64_SECRET
1919
- ADMIN_JWT_SECRET=$SERVICE_BASE64_64_SECRET
2020
- APP_KEYS=$SERVICE_BASE64_64_KEY
21+
- STRAPI_TELEMETRY_DISABLED=${STRAPI_TELEMETRY_DISABLED:-true}
22+
- STRAPI_LICENSE=${STRAPI_LICENSE}
23+
- NODE_ENV=${NODE_ENV:-development}
24+
- BROWSER=${BROWSER:-true}
25+
- STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE=${STRAPI_PLUGIN_I18N_INIT_LOCALE_CODE:-en}
26+
- STRAPI_ENFORCE_SOURCEMAPS=${STRAPI_ENFORCE_SOURCEMAPS:-false}
27+
- FAST_REFRESH=${FAST_REFRESH:-true}
2128
volumes:
2229
- "strapi-config:/opt/app/config"
2330
- "strapi-src:/opt/app/src"

templates/service-templates.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)