This commit introduces functionality for GitHub webhook interaction and API calls. The git operations are handled by a custom GitHub client in PHP, details for API endpoints are outlined in a new OpenAPI schema, and the project setup includes PHP FPM and NGINX configuration using Docker. A webhook receiver is also added to process incoming webhook payloads.
5 lines
181 B
Bash
5 lines
181 B
Bash
COMPOSE_PROJECT_NAME=nibiru-framework-api
|
|
VIRTUAL_HOST=agent.api.nibiru-framework.com
|
|
VIRTUAL_PORT=80
|
|
PROXY_NETWORK=nginx-proxy
|
|
GITHUB_TOKEN=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 |