Skip to content

Commit

Permalink
Merge pull request #1768 from bakaphp/feat-octane-frankenphp
Browse files Browse the repository at this point in the history
Feat octane frankenphp
  • Loading branch information
rwhite27 committed Aug 2, 2024
2 parents c3bf25b + d781be5 commit 091aa80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ec2-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,5 @@ jobs:
docker restart queue5
docker restart queue6
fi
docker restart phpkanvas-ecosystem
docker exec -i phpkanvas-ecosystem php artisan octane:reload
4 changes: 4 additions & 0 deletions docker-compose.development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ services:
dockerfile: development.Dockerfile
extra_hosts:
- "host.docker.internal:host-gateway"
command:
- "sh"
- "-c"
- "php artisan octane:start --server=swoole --host=0.0.0.0 --port=8000"
environment:
WWWUSER: "${WWWUSER}"
LARAVEL_SAIL: 1
Expand Down

0 comments on commit 091aa80

Please sign in to comment.