Skip to content

Commit

Permalink
Merge pull request coollabsio#3391 from peaklabs-dev/install-clokwork
Browse files Browse the repository at this point in the history
Feat: Install Clockwork
  • Loading branch information
andrasbacsai authored Sep 12, 2024
2 parents f672a08 + 25f5060 commit 420f1df
Show file tree
Hide file tree
Showing 4 changed files with 512 additions and 8 deletions.
16 changes: 10 additions & 6 deletions .env.development.example
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ APP_PORT=8000
APP_DEBUG=true
MUX_ENABLED=false

# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false

# Selenium Driver URL for Dusk
DUSK_DRIVER_URL=http://selenium:4444

# PostgreSQL Database Configuration
DB_DATABASE=coolify
DB_USERNAME=coolify
Expand All @@ -27,6 +21,16 @@ RAY_ENABLED=false
# Set custom ray port
RAY_PORT=

# Clockwork Configuration
CLOCKWORK_ENABLED=false
CLOCKWORK_QUEUE_COLLECT=true

# Enable Laravel Telescope for debugging
TELESCOPE_ENABLED=false

# Selenium Driver URL for Dusk
DUSK_DRIVER_URL=http://selenium:4444

# Special Keys for Andras
# For cache purging
BUNNY_API_KEY=
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"zircote/swagger-php": "^4.10"
},
"require-dev": {
"itsgoingd/clockwork": "^5.2",
"fakerphp/faker": "^v1.21.0",
"laravel/dusk": "^v8.0",
"laravel/pint": "^1.16",
Expand Down Expand Up @@ -110,4 +111,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}
77 changes: 76 additions & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 420f1df

Please sign in to comment.