Skip to content

Commit

Permalink
Updated nextjs Port
Browse files Browse the repository at this point in the history
  • Loading branch information
rflihxyz committed Mar 21, 2024
1 parent f299af8 commit 8782e01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ services:
restart:
unless-stopped
ports:
- 80:3000
- 80:8090
depends_on:
api:
condition: service_healthy
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ services:
NEXT_PUBLIC_WEBAPP_DOMAIN: ${NEXT_PUBLIC_WEBAPP_DOMAIN}
restart: unless-stopped
ports:
- 80:3000
- 80:8090
depends_on:
- api
networks:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ services:
NEXT_PUBLIC_WEBAPP_DOMAIN: ${NEXT_PUBLIC_WEBAPP_DOMAIN}
restart: unless-stopped
ports:
- 80:3000
- 80:8090
depends_on:
- api
networks:
Expand Down

0 comments on commit 8782e01

Please sign in to comment.