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.
2 parents 4eb754c + 510cf40 commit d4b3812Copy full SHA for d4b3812
1 file changed
docker-compose.yml
@@ -86,13 +86,16 @@ x-abi-template: &abi_template
86
87
services:
88
nexus-web:
89
- image: ${NEXUS_WEB_IMAGE}:${NEXUS_WEB_TAG}
90
- pull_policy: always
+ build:
+ context: libs/naas-abi/naas_abi/apps/nexus/
91
+ dockerfile: Dockerfile
92
restart: unless-stopped
93
ports:
94
- ${NEXUS_WEB_PORT}:3000
95
+ volumes:
96
+ - ./libs/naas-abi/naas_abi/apps/nexus/apps/web:/app/apps/web
97
environment:
- - NODE_ENV=production
98
+ - NODE_ENV=development
99
- PORT=3000
100
- NEXT_PUBLIC_NEXUS_ENV=local
101
- NEXUS_API_URL=${NEXUS_API_URL}
0 commit comments