Changed to 8080 for backend port.

This commit is contained in:
K
2025-08-03 21:18:15 +05:30
parent b71c6b5c02
commit 10ec2d1739
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
VITE_API_URL=http://localhost:8081 VITE_API_URL=http://localhost:8080
+2 -2
View File
@@ -120,7 +120,7 @@ services:
- backend - backend
backend: backend:
image: kshitijka/skycrate-backend:1.0 image: kshitijka/skycrate-backend:1.5
container_name: skycrate-backend container_name: skycrate-backend
restart: on-failure:5 restart: on-failure:5
user: "skycrateBack:skycrateBack" user: "skycrateBack:skycrateBack"
@@ -129,7 +129,7 @@ services:
networks: networks:
- skycrate-internal - skycrate-internal
ports: ports:
- "8081:8080" # If you change, update in Frontend/.env file too and rebuild the image - "8080:8080" # If you change, update in Frontend/.env file too and rebuild the image
environment: environment:
- JWT_SECRET=${JWT_SECRET} # Eg. dO9Yl9NYJOODug8y9ciMVnVMoH44Q6mXilIlZ2LXXYY= - JWT_SECRET=${JWT_SECRET} # Eg. dO9Yl9NYJOODug8y9ciMVnVMoH44Q6mXilIlZ2LXXYY=
- DB_NAME=${DB_NAME} - DB_NAME=${DB_NAME}