From 10ec2d17394939b6faa45e42bb733a1e97c467a8 Mon Sep 17 00:00:00 2001 From: Kshitij <160704796+kshitij-ka@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:18:15 +0530 Subject: [PATCH] Changed to 8080 for backend port. --- Frontend/.env | 2 +- docker-compose.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Frontend/.env b/Frontend/.env index 3148fad..460e575 100644 --- a/Frontend/.env +++ b/Frontend/.env @@ -1 +1 @@ -VITE_API_URL=http://localhost:8081 +VITE_API_URL=http://localhost:8080 diff --git a/docker-compose.yaml b/docker-compose.yaml index f2bd0f6..2776042 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -120,7 +120,7 @@ services: - backend backend: - image: kshitijka/skycrate-backend:1.0 + image: kshitijka/skycrate-backend:1.5 container_name: skycrate-backend restart: on-failure:5 user: "skycrateBack:skycrateBack" @@ -129,7 +129,7 @@ services: networks: - skycrate-internal 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: - JWT_SECRET=${JWT_SECRET} # Eg. dO9Yl9NYJOODug8y9ciMVnVMoH44Q6mXilIlZ2LXXYY= - DB_NAME=${DB_NAME}