Skip to content

Commit 5f0e116

Browse files
committed
fix(docker): Update API base URLs in frontend environment variables to include port
1 parent 77d743d commit 5f0e116

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ services:
9393
- NODE_ENV=production
9494
- PORT=3000
9595
- HOST=0.0.0.0
96-
- API_BASE_URL_DEV=http://commercify-api
97-
- API_BASE_URL_PROD=http://commercify-api
96+
- API_BASE_URL_DEV=http://commercify-api:6091
97+
- API_BASE_URL_PROD=http://commercify-api:6091
9898
depends_on:
9999
- commercify-api
100100
restart: unless-stopped

0 commit comments

Comments
 (0)