We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d743d commit 5f0e116Copy full SHA for 5f0e116
1 file changed
docker-compose.yml
@@ -93,8 +93,8 @@ services:
93
- NODE_ENV=production
94
- PORT=3000
95
- HOST=0.0.0.0
96
- - API_BASE_URL_DEV=http://commercify-api
97
- - API_BASE_URL_PROD=http://commercify-api
+ - API_BASE_URL_DEV=http://commercify-api:6091
+ - API_BASE_URL_PROD=http://commercify-api:6091
98
depends_on:
99
- commercify-api
100
restart: unless-stopped
0 commit comments