wayne icon indicating copy to clipboard operation
wayne copied to clipboard

Kubernetes multi-cluster management and publishing platform

Results 62 wayne issues
Sort by recently updated
recently updated
newest added

docker-compose.yaml: version: '2' services: rabbitmq: environment: RABBITMQ_NODENAME: "rabbit" RABBITMQ_DEFAULT_USER: "guest" RABBITMQ_DEFAULT_PASS: "guest" image: rabbitmq:3.7.8-management networks: - default ports: - "5672:5672" wayne: image: 360cloud/wayne:latest command: /opt/wayne/backend apiserver environment: GOPATH: "/go" volumes:...