webhook-proxy icon indicating copy to clipboard operation
webhook-proxy copied to clipboard

Docker / docker-compose support

Open qwreey opened this issue 2 years ago • 4 comments

image image

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

qwreey avatar Feb 20 '24 16:02 qwreey

A docker composer should really be added @lewisakura :)

master3395 avatar Aug 20 '24 20:08 master3395

Any updates on this @lewisakura

master3395 avatar Dec 15 '24 21:12 master3395

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.

master3395 avatar Feb 03 '25 23:02 master3395

Any updates on this @lewisakura

bct9321 avatar Mar 15 '25 20:03 bct9321