Skip to content

Commit 420f1df

Browse files
authored
Merge pull request coollabsio#3391 from peaklabs-dev/install-clokwork
Feat: Install Clockwork
2 parents f672a08 + 25f5060 commit 420f1df

File tree

4 files changed

+512
-8
lines changed

4 files changed

+512
-8
lines changed

.env.development.example

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@ APP_PORT=8000
88
APP_DEBUG=true
99
MUX_ENABLED=false
1010

11-
# Enable Laravel Telescope for debugging
12-
TELESCOPE_ENABLED=false
13-
14-
# Selenium Driver URL for Dusk
15-
DUSK_DRIVER_URL=http://selenium:4444
16-
1711
# PostgreSQL Database Configuration
1812
DB_DATABASE=coolify
1913
DB_USERNAME=coolify
@@ -27,6 +21,16 @@ RAY_ENABLED=false
2721
# Set custom ray port
2822
RAY_PORT=
2923

24+
# Clockwork Configuration
25+
CLOCKWORK_ENABLED=false
26+
CLOCKWORK_QUEUE_COLLECT=true
27+
28+
# Enable Laravel Telescope for debugging
29+
TELESCOPE_ENABLED=false
30+
31+
# Selenium Driver URL for Dusk
32+
DUSK_DRIVER_URL=http://selenium:4444
33+
3034
# Special Keys for Andras
3135
# For cache purging
3236
BUNNY_API_KEY=

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"zircote/swagger-php": "^4.10"
4949
},
5050
"require-dev": {
51+
"itsgoingd/clockwork": "^5.2",
5152
"fakerphp/faker": "^v1.21.0",
5253
"laravel/dusk": "^v8.0",
5354
"laravel/pint": "^1.16",
@@ -110,4 +111,4 @@
110111
},
111112
"minimum-stability": "stable",
112113
"prefer-stable": true
113-
}
114+
}

composer.lock

Lines changed: 76 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)