This commit is contained in:
f4ilji
2024-11-25 17:44:36 +05:00
parent bbc9fda376
commit b6bb795f47
2 changed files with 5 additions and 4 deletions
+2 -2
View File
@@ -32,7 +32,7 @@ services:
volumes:
- ./:/var/www
container_name: ntspi-php-queue
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3 # Настройте параметры по необходимости
command: php artisan queue:work --tries=3 --timeout=90 --sleep=3
db:
image: mysql:8.0
@@ -46,4 +46,4 @@ services:
- MYSQL_USER=admin
- MYSQL_PASSWORD=secret
ports:
- "3306:3306"
- "3306:3306"
+3 -2
View File
@@ -31,13 +31,14 @@
font-size: 20px;
}
html {
scroll-behavior: smooth;
*, html {
scroll-padding: 6rem;
scroll-behavior: smooth !important;
}
</style>
<body class="">
@inertia