refactor: susun semula struktur folder — Laravel source ke src/

This commit is contained in:
Saufi
2026-05-19 15:58:35 +08:00
parent f052251b94
commit bf53c71b45
10806 changed files with 1385379 additions and 121 deletions

View File

@@ -22,7 +22,7 @@ services:
container_name: ecert_app
restart: always
volumes:
- .:/var/www
- ./src:/var/www
- ./docker/php/php.ini:/usr/local/etc/php/conf.d/99-ecert.ini:ro
- storage_data:/var/www/storage
environment:
@@ -35,7 +35,7 @@ services:
container_name: ecert_nginx
restart: always
volumes:
- .:/var/www:ro
- ./src:/var/www:ro
- ./docker/nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
- storage_data:/var/www/storage:ro
@@ -44,7 +44,7 @@ services:
container_name: ecert_queue
restart: always
volumes:
- .:/var/www
- ./src:/var/www
- ./docker/php/php.ini:/usr/local/etc/php/conf.d/99-ecert.ini:ro
- storage_data:/var/www/storage
environment: