Update deployment config and docs

This commit is contained in:
Tuan Dang
2022-11-23 14:16:53 -05:00
parent a35dedd7bb
commit e02fa7bfd6
6 changed files with 12 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ services:
command: npm run dev
env_file: .env
environment:
- NODE_ENV=${ENV}
- NODE_ENV=development
networks:
- infisical-dev
@@ -51,8 +51,8 @@ services:
- ./frontend/components:/app/components
env_file: .env
environment:
- NEXT_PUBLIC_ENV=production
- NEXT_PUBLIC_WEBSITE_URL=${SITE_URL}
- NEXT_PUBLIC_ENV=${ENV}
networks:
- infisical-dev