First commit

This commit is contained in:
2022-05-29 00:01:31 +08:00
commit f31bc0cd52
2 changed files with 94 additions and 0 deletions

23
README.md Normal file
View File

@@ -0,0 +1,23 @@
# Webhook Everythin
## About
The project's goal is build a generic webhook listener so that webhooks can be received and handled.
## Deployment
The project uses the following environment variables:
- ENVIRONMENT
- TELEGRAM_API_KEY
- DB_HOST
- DB_PORT
- DB_USER
- DB_PASS
- DB_NAME
- DB_SSL
- HOST_URL
## Build
The build script is available at `scripts/build.sh`.
`.env` is required to be populated. The example `.env` is available at `.env.example`.
## Development
The development postgres server can be launched using the script at `scripts/dev_postgres_docker.sh`.