Production fix
This commit is contained in:
+3
-3
@@ -1,10 +1,10 @@
|
|||||||
APP_PORT=8091
|
APP_PORT=8091
|
||||||
ESLINT_NO_DEV_ERRORS=true
|
ESLINT_NO_DEV_ERRORS=true
|
||||||
PANEL_URL=https://dev-panel.mermsemr.com
|
PANEL_URL=https://panel.mermsemr.com
|
||||||
|
|
||||||
# auth routes
|
# auth routes
|
||||||
NEXT_PUBLIC_LOGIN_URL=https://dev-panel.mermsemr.com
|
NEXT_PUBLIC_LOGIN_URL=https://panel.mermsemr.com
|
||||||
NEXT_PUBLIC_SIGNUP_URL=https://dev-panel.mermsemr.com/auth/signup
|
NEXT_PUBLIC_SIGNUP_URL=https://panel.mermsemr.com/auth/signup
|
||||||
|
|
||||||
# social links
|
# social links
|
||||||
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
|
NEXT_PUBLIC_FACEBOOK_URL=https://www.facebook.com/people/Mermsemr/100066498622246/
|
||||||
|
|||||||
@@ -26,9 +26,9 @@ NODE_ENV=test npm run dev
|
|||||||
|
|
||||||
Docker:
|
Docker:
|
||||||
```
|
```
|
||||||
NODE_ENV= docker compose --env-file .env up -d
|
NODE_ENV=live docker compose --env-file .env up -d
|
||||||
```
|
```
|
||||||
Direct:
|
Direct:
|
||||||
```
|
```
|
||||||
NODE_ENV= npm run dev
|
NODE_ENV=live npm run dev
|
||||||
```
|
```
|
||||||
|
|||||||
+1
-1
@@ -21,6 +21,6 @@ services:
|
|||||||
tty: true
|
tty: true
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
environment:
|
environment:
|
||||||
- NODE_ENV=${NODE_ENV:-test}
|
- NODE_ENV=${NODE_ENV:-live}
|
||||||
volumes:
|
volumes:
|
||||||
src:
|
src:
|
||||||
|
|||||||
Reference in New Issue
Block a user