webhook-proxy
webhook-proxy copied to clipboard
Docker / docker-compose support
Docker can make deploying easier. This PR creates a Dockerfile and docker-compose_example.yml
Now, you can write install manual like below
git clone https://github.com/lewisakura/webhook-proxy.git
cd webhook-proxy
cp docker-compose_example.yml docker-compose.yml
vim docker-compose.yml # Edit docker-compose file with your editor, you want
docker compose up -d
A docker composer should really be added @lewisakura :)
Any updates on this @lewisakura
An issue in this @qwreey Is that it won't run on normal Linux once you replace the index.ts, that is what i found at least. I tried checking if i could run it as normal, and run it in docker.
Any updates on this @lewisakura