Compare commits

..

2 commits

Author SHA1 Message Date
b007086335 Added local 2026-03-26 17:29:58 +08:00
1c53c8d658 Correcter docker compose 2026-03-26 17:29:49 +08:00
2 changed files with 6 additions and 5 deletions

6
.env
View file

@ -1,6 +1,6 @@
#VITE_BACKEND=http://localhost:4320/api/
# VITE_BACKEND=http://localhost:4320/api/
# VITE_BACKEND=https://ocboapps.davaocity.gov.ph/esign-server/api/
VITE_BACKEND=http://localhost/esign-server/api/
VITE_BACKEND=http://192.168.7.183/esign-server/api/
VITE_PESO=
VITE_PUBLICIP=58.69.136.59
VITE_PUBLICIP=58.69.136.59

View file

@ -1,6 +1,7 @@
services:
e-sign:
container_name: e-sign
esign:
container_name: esign
image: ocbo/esign:latest
restart: unless-stopped
build:
context: .