Update: 2026-07-21 17:23:24

This commit is contained in:
Hamza-Ayed
2026-07-21 17:23:24 +03:00
parent 69f043c297
commit 1b4d831ca6
2 changed files with 13 additions and 9 deletions
+3
View File
@@ -37,6 +37,7 @@ services:
- ../payment_server/v2:/var/www/v2
- ./php/opcache.ini:/usr/local/etc/php/conf.d/zz-opcache.ini:ro
- ./php/www-pool.conf:/usr/local/etc/php-fpm.d/zz-pool.conf:ro
- ./keys:/var/www/keys:ro
env_file: .env
depends_on:
- mysql
@@ -56,6 +57,7 @@ services:
working_dir: /app
volumes:
- ../loction_server:/app
- ./keys:/var/www/keys:ro
env_file: .env
ports:
- "2020:2020" # WS للسائقين — عام
@@ -76,6 +78,7 @@ services:
working_dir: /app
volumes:
- ../ride_server:/app
- ./keys:/var/www/keys:ro
env_file: .env
ports:
- "3030:3030"