This commit is contained in:
f4ilji
2024-11-02 13:14:37 +05:00
parent 114819f36c
commit 34983efe79
11 changed files with 554 additions and 522 deletions
+6 -2
View File
@@ -20,7 +20,10 @@ services:
container_name: ntspi-php
ports:
- '5173'
command: ["/usr/bin/supervisord"]
depends_on:
- db
command: >
sh -c "php artisan inertia:start-ssr & php-fpm"
db:
image: mysql:8.0
@@ -34,4 +37,5 @@ services:
- MYSQL_USER=admin
- MYSQL_PASSWORD=secret
ports:
- "3306:3306"
- "3306:3306"