mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
docker: remove duplication of NODE_ENV
This commit is contained in:
parent
c85b2aec98
commit
102c46abaf
2 changed files with 1 additions and 3 deletions
|
|
@ -9,10 +9,10 @@ services:
|
|||
env_file:
|
||||
- .env
|
||||
environment:
|
||||
- NODE_ENV=production
|
||||
- HOST=0.0.0.0
|
||||
- PORT=1337
|
||||
- DATABASE_CLIENT=sqlite
|
||||
- DATABASE_FILENAME=data/base/sqlite.db
|
||||
- NODE_ENV=production
|
||||
- STRAPI_TELEMETRY_DISABLED=true
|
||||
restart: unless-stopped
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue