Updated | .env-
The .env file is a simple text file used in web development to store configuration variables and sensitive information, such as API keys, database credentials, and environment-specific settings.
LOG_DIR=$APP_BASE/logs
Docker Compose (development) version: '3.8' services: app: build: . env_file: - .env.development ports: - "3000:3000" such as API keys