senarai nama hadir

This commit is contained in:
Saufi
2026-06-30 15:56:23 +08:00
parent 51ed4b59e8
commit f1c7d930bd
6 changed files with 380 additions and 2 deletions

View File

@@ -31,6 +31,8 @@ services:
<<: *app-common
environment:
RUN_MIGRATIONS: "true"
TZ: Asia/Kuala_Lumpur
APP_TIMEZONE: Asia/Kuala_Lumpur
web:
build:
@@ -39,6 +41,8 @@ services:
target: web
image: taklimatspr-web:latest
restart: unless-stopped
environment:
TZ: Asia/Kuala_Lumpur
depends_on:
- app
ports:
@@ -49,6 +53,8 @@ services:
<<: *app-common
environment:
RUN_MIGRATIONS: "false"
TZ: Asia/Kuala_Lumpur
APP_TIMEZONE: Asia/Kuala_Lumpur
command: php artisan queue:work --sleep=3 --tries=3 --max-time=3600
depends_on:
- app
@@ -57,6 +63,8 @@ services:
<<: *app-common
environment:
RUN_MIGRATIONS: "false"
TZ: Asia/Kuala_Lumpur
APP_TIMEZONE: Asia/Kuala_Lumpur
command: php artisan schedule:work
depends_on:
- app