DONE: cicd pipeline for frontend that uses ip first
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# Host ports (change if they collide on the single server)
|
||||
ADMIN_HOST_PORT=5000
|
||||
TELLER_HOST_PORT=3001
|
||||
|
||||
# Replace YOUR_SERVER_IP with the production server IP (API is on :8080)
|
||||
# Also set the same value as Gitea secret/variable VITE_API_URL for CI image builds
|
||||
VITE_API_URL=http://172.16.6.200:8080
|
||||
VITE_CUSTOMER_APP_URL=http://172.16.6.200:3000
|
||||
|
||||
# Registry images (used by compose / deploy)
|
||||
ADMIN_IMAGE=git.koppkb.com/kopkb/qms-fe-admin
|
||||
TELLER_IMAGE=git.koppkb.com/kopkb/qms-fe-teller
|
||||
IMAGE_TAG=local
|
||||
Reference in New Issue
Block a user