Skip to content

Commit 6a86c98

Browse files
committed
fixes for local development
1 parent d4d6017 commit 6a86c98

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docker-compose.fdev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ services:
1717
- 'NODE_ENV=development'
1818
- 'NUXT_TELEMETRY_DISABLED=1'
1919
- 'NODE_TLS_REJECT_UNAUTHORIZED=0'
20+
- 'LOCAL_PROXY=1'
2021
- 'API_BASE_URL=https://nginx/api/v1/'
22+
- 'BROWSER_API_BASE_URL=https://mercurystone.test/api/v1/'
2123
ports:
2224
- '3000:3000'
2325
working_dir: /app

docker-compose.frontend.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ services:
1717
- 'NODE_ENV=development'
1818
- 'NUXT_TELEMETRY_DISABLED=1'
1919
- 'NODE_TLS_REJECT_UNAUTHORIZED=0'
20+
- 'LOCAL_PROXY=1'
2021
- 'API_BASE_URL=https://nginx/api/v1/'
22+
- 'BROWSER_API_BASE_URL=https://mercurystone.test/api/v1/'
2123
ports:
2224
- '127.0.0.1:3000:3000'
2325
working_dir: /app

0 commit comments

Comments
 (0)