allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
13
vendor/laravel/sail/stubs/soketi.stub
vendored
Normal file
13
vendor/laravel/sail/stubs/soketi.stub
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
soketi:
|
||||
image: 'quay.io/soketi/soketi:latest-16-alpine'
|
||||
environment:
|
||||
SOKETI_DEBUG: '${SOKETI_DEBUG:-1}'
|
||||
SOKETI_METRICS_SERVER_PORT: '9601'
|
||||
SOKETI_DEFAULT_APP_ID: '${PUSHER_APP_ID}'
|
||||
SOKETI_DEFAULT_APP_KEY: '${PUSHER_APP_KEY}'
|
||||
SOKETI_DEFAULT_APP_SECRET: '${PUSHER_APP_SECRET}'
|
||||
ports:
|
||||
- '${PUSHER_PORT:-6001}:6001'
|
||||
- '${PUSHER_METRICS_PORT:-9601}:9601'
|
||||
networks:
|
||||
- sail
|
||||
Reference in New Issue
Block a user