إضافة الهوية الجديدة Tripz
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user