إضافة الهوية الجديدة Tripz

This commit is contained in:
Hamza-Ayed
2026-07-29 02:31:04 +03:00
parent ecbe245b77
commit b9a97effe5
634 changed files with 5149 additions and 5294 deletions
+2 -2
View File
@@ -4,8 +4,8 @@
# --- 1. Core Settings ---
PHP_VERSION=8.2
HTTP_PORT=8181
APP_DOMAIN=jordan-siro.intaleqapp.com
HTTP_PORT=8083
APP_DOMAIN=api.tripz-egypt.com
APP_ISSUER=SiroApp
APP_DEBUG=true
APP_COUNTRY=Jordan
+2 -2
View File
@@ -8,13 +8,13 @@
# التشغيل: docker compose up -d --build (انظر README.md)
# ============================================================
name: siro
name: tripz
services:
nginx:
image: nginx:1.27-alpine
ports:
- "${HTTP_PORT:-8080}:80"
- "${HTTP_PORT:-8083}:80"
volumes:
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
- ../backend:/var/www/backend:ro