docker: all env vars moved to .env

This commit is contained in:
He4eT 2025-05-29 22:21:23 +02:00
commit b9e89f999b
2 changed files with 4 additions and 7 deletions

View file

@ -1,6 +1,10 @@
# Strapi
STRAPI_TELEMETRY_DISABLED=true
# Server
HOST=0.0.0.0
PORT=1337
NODE_ENV=production
# Database
DATABASE_CLIENT=sqlite