Skip to content

Commit 37b34c7

Browse files
author
AlessGarau
committed
fix: port
1 parent 445d242 commit 37b34c7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Docker/docker-compose.prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ services:
2626
smart-class-client-prod:
2727
image: ${DOCKERHUB_USERNAME}/smart-class-client:latest
2828
ports:
29-
- "80:80"
29+
- "8080:80"
3030
restart: always
3131
environment:
32-
- VITE_API_URL=https://06.hetic.arcplex.dev:3000
32+
- VITE_API_URL=https://06.hetic.arcplex.dev/api
3333
networks:
3434
- smart-class-network
3535

@@ -38,4 +38,4 @@ volumes:
3838

3939
networks:
4040
smart-class-network:
41-
driver: bridge
41+
driver: bridge

0 commit comments

Comments
 (0)