This commit is contained in:
f4ilji
2024-11-13 13:38:58 +05:00
parent 462680ba77
commit f091b29b63
22 changed files with 488 additions and 418 deletions
+9 -9
View File
@@ -23,15 +23,15 @@ services:
command: >
sh -c "php artisan inertia:start-ssr & php-fpm"
php-queue:
restart: always
build:
context: .
dockerfile: _docker/app/Dockerfile
volumes:
- ./:/var/www
container_name: ntspi-php-queue
command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
# php-queue:
# restart: always
# build:
# context: .
# dockerfile: _docker/app/Dockerfile
# volumes:
# - ./:/var/www
# container_name: ntspi-php-queue
# command: php artisan queue:work --tries=3 --timeout=90 # Настройте параметры по необходимости
db:
image: mysql:8.0