Changed to 8080 for backend port.
This commit is contained in:
+1
-1
@@ -1 +1 @@
|
|||||||
VITE_API_URL=http://localhost:8081
|
VITE_API_URL=http://localhost:8080
|
||||||
|
|||||||
+2
-2
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user