senarai nama hadir
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user