This commit is contained in:
f4ilji
2024-11-22 13:34:23 +05:00
parent c2076d132b
commit 2ecc35ccb3
+10 -11
View File
@@ -8,7 +8,6 @@ services:
ports: ports:
- "80:80" - "80:80"
container_name: ntspi-nginx container_name: ntspi-nginx
restart: always
depends_on: depends_on:
- app - app
@@ -23,17 +22,17 @@ services:
ports: ports:
- '5173' - '5173'
command: > command: >
sh -c "php artisan inertia:start-ssr & php-fpm & php artisan queue:work --tries=3 --timeout=90" sh -c "php artisan inertia:start-ssr & php-fpm"
# php-queue: php-queue:
# restart: always restart: always
# build: build:
# context: . context: .
# dockerfile: _docker/app/Dockerfile dockerfile: _docker/app/Dockerfile
# volumes: volumes:
# - ./:/var/www - ./:/var/www
# container_name: ntspi-php-queue container_name: ntspi-php-queue
# command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
db: db:
image: mysql:8.0 image: mysql:8.0