Changes
This commit is contained in:
+6
-2
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user