Sign inSign up

wezhai/kubesphere-webhook-proxy-go

By wezhai

•Updated almost 4 years ago

Kubesphere 适配企业微信通知

Image
0

209

wezhai/kubesphere-webhook-proxy-go repository overview

See the infomation https://github.com/wezhai/kubesphere-webhook-proxy-go.git⁠

DockerCompose

version: "3"
services:
  kubesphere-webhook-proxy-go:
    container_name: kubesphere-webhook-proxy-go
    restart: always
    image: wezhai/kubesphere-webhook-proxy-go:latest
    ports:
      - "5200:5200"
    volumes:
      - ./app.log:/app/app.log:rw
    environment:
      - DEBUG=true # 开启DEBUG模式
      - KUBESPHERE_URL="http://127.0.0.1:30880" 

Tag summary

Content type

Image

Digest

sha256:19ff395df…

Size

8.6 MB

Last updated

almost 4 years ago

docker pull wezhai/kubesphere-webhook-proxy-go