diff --git a/.env b/.env index 5258a73..c0bbd09 100644 --- a/.env +++ b/.env @@ -1,7 +1,5 @@ -VITE_BACKEND=http://localhost:4320/api/ -# VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/ -# VITE_BACKEND=http://192.168.7.163/server/api/ -# VITE_BACKEND_=http://192.168.7.165/server/api/ +# VITE_BACKEND=http://localhost:4320/api/ +VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/ VITE_PESO=₱ VITE_PUBLICIP=58.69.136.59 \ No newline at end of file diff --git a/Dockerfile b/Dockerfile index 5b75f16..3cb166d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,4 +9,4 @@ RUN pnpm build FROM nginx:alpine AS runtime COPY ./nginx/nginx.conf /etc/nginx/nginx.conf COPY --from=build /app/dist /usr/share/nginx/html -EXPOSE 8080 \ No newline at end of file +EXPOSE 8089 \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 53e08d2..786862b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: context: . dockerfile: Dockerfile ports: - - 8080:8080 + - 8089:8080 diff --git a/podman.container b/podman.container index ef4590e..0dfb872 100644 --- a/podman.container +++ b/podman.container @@ -1,10 +1,10 @@ [Unit] -Description=FWT +Description=OCBO e-Sign [Container] -ContainerName=fwt -Image=localhost/fwt -PublishPort=8080:8080 +ContainerName=esign +Image=localhost/esign_e-sign +PublishPort=8089:8080 [Service] Restart=always