mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Update deployment config and docs
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user