Skip to content

dkovacevic/demo-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

demo-proxy

Wire Echo Bot that uses Roman

exposed web hook on 8080 port

POST    /api/wire

Liveliness probe

GET    /api/wire

build the image

docker build -t echo:latest .

run in a container

docker run --name echo --rm echo:latest \
  -e SERVICE_TOKEN='your service token' \
  -e ROMAN_URL='URL for your roman' \
  -e APP_KEY='your app key' \
  -p 8080:8080

About

Wire Bot that uses Proxy

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published