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=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
|
||||
|
|
@ -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
|
||||
EXPOSE 8089
|
||||
|
|
@ -6,4 +6,4 @@ services:
|
|||
context: .
|
||||
dockerfile: Dockerfile
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 8089:8080
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue