Replies: 1 comment 3 replies
-
While I'm not opposed to adding a new tools, I do worry about "bloat" when we have a simple way to extend warden for your own environments and installations already. You could add this to your local version: "3.5"
services:
requestbasket:
container_name: requestbasket
image: darklynx/request-baskets
labels:
- traefik.enable=true
- traefik.http.routers.requestbasket.tls=true
- traefik.http.routers.requestbasket.rule=Host(`requestbasket.${WARDEN_SERVICE_DOMAIN:-den.test}`)||Host(`requestbasket.warden.test`)
- traefik.http.services.requestbasket.loadbalancer.server.port=55555 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Would you accept a PR to add requestbasket to the default services?
I use it to debug webhooks a lot and implemented it in our companies' Warden.
Beta Was this translation helpful? Give feedback.
All reactions