chore(dev): move envs to image (#5906)

This commit is contained in:
Mert
2023-12-21 10:28:23 -05:00
committed by GitHub
parent 092a23fd7f
commit f602295bf9
3 changed files with 7 additions and 7 deletions

View File

@@ -19,8 +19,6 @@ x-server-build: &server-common
- /etc/localtime:/etc/localtime:ro
env_file:
- .env
environment:
- NODE_ENV=development
ulimits:
nofile:
soft: 1048576
@@ -87,8 +85,6 @@ services:
- model-cache:/cache
env_file:
- .env
environment:
- NODE_ENV=development
depends_on:
- database
restart: unless-stopped