You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 years ago | |
---|---|---|
backend | 3 years ago | |
docker | 3 years ago | |
scripts | 3 years ago | |
.dockerignore | 3 years ago | |
.env.example | 3 years ago | |
.gitignore | 3 years ago | |
Jenkinsfile | 3 years ago | |
README.md | 3 years ago | |
docker-compose.yml | 3 years ago |
README.md
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
.