We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4d6017 commit 6a86c98Copy full SHA for 6a86c98
docker-compose.fdev.yml
@@ -17,7 +17,9 @@ services:
17
- 'NODE_ENV=development'
18
- 'NUXT_TELEMETRY_DISABLED=1'
19
- 'NODE_TLS_REJECT_UNAUTHORIZED=0'
20
+ - 'LOCAL_PROXY=1'
21
- 'API_BASE_URL=https://nginx/api/v1/'
22
+ - 'BROWSER_API_BASE_URL=https://mercurystone.test/api/v1/'
23
ports:
24
- '3000:3000'
25
working_dir: /app
docker-compose.frontend.yml
- '127.0.0.1:3000:3000'
0 commit comments