Updated configs
This commit is contained in:
parent
f72516ee4a
commit
83a1710b46
4 changed files with 8 additions and 10 deletions
6
.env
6
.env
|
|
@ -1,7 +1,5 @@
|
||||||
VITE_BACKEND=http://localhost:4320/api/
|
# VITE_BACKEND=http://localhost:4320/api/
|
||||||
# VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/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_PESO=₱
|
VITE_PESO=₱
|
||||||
VITE_PUBLICIP=58.69.136.59
|
VITE_PUBLICIP=58.69.136.59
|
||||||
|
|
@ -9,4 +9,4 @@ RUN pnpm build
|
||||||
FROM nginx:alpine AS runtime
|
FROM nginx:alpine AS runtime
|
||||||
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
COPY ./nginx/nginx.conf /etc/nginx/nginx.conf
|
||||||
COPY --from=build /app/dist /usr/share/nginx/html
|
COPY --from=build /app/dist /usr/share/nginx/html
|
||||||
EXPOSE 8080
|
EXPOSE 8089
|
||||||
|
|
@ -6,4 +6,4 @@ services:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
ports:
|
ports:
|
||||||
- 8080:8080
|
- 8089:8080
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,10 @@
|
||||||
[Unit]
|
[Unit]
|
||||||
Description=FWT
|
Description=OCBO e-Sign
|
||||||
|
|
||||||
[Container]
|
[Container]
|
||||||
ContainerName=fwt
|
ContainerName=esign
|
||||||
Image=localhost/fwt
|
Image=localhost/esign_e-sign
|
||||||
PublishPort=8080:8080
|
PublishPort=8089:8080
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue