robjuz

Results 62 comments of robjuz

I'm currently working on a implementation. Pull request will follow. Gitlab and Google for sure. I will see if I can make it generic to support more.

@kevinpapst I made a pull request. I tested the gitlab integration. The google Integration should work as well. I'm not gut enough in Symfony to write tests for it. Sorry....

@xetys the problem still exists on the master branch ``` ./hetzner-kube-0.5.1-linux-amd64 cluster create --datacenters=fsn1-dc14 -n=k8s -k= 2021/01/21 21:55:51 Creating new cluster NAME:k8s MASTERS: 1 WORKERS: 1 ETCD NODES: 0 HA:...

Hi @tmemenga . Thank you for pointing me in the right direction. I pulled the latest changes, but forgot to build and install and was wandering, why it's not working...

@that0n3guy You don't need a supervisord to run laravel queue This is what I'm using in production for one of my projects `docker-compose.yml` ```yaml version: '3.8' volumes: db: x-app-common: &app-common...

I'm also interested in a standalone docker image. I'm using this package with my laravel project and it works great. Now I have an other project (Symfony) and need a...

Hi. I'm gonna take a look into this.

@nickpeihl For step 1 and 3 you can use a bitnami/postgresql chart that also supports replications. In my opinion using initContainers for running sequential tasks is fine. You could combine...

I have the same problem. `3.3` is working. `3.4` and up, no

workaround: 1. clone the repo `git clone https://github.com/thingsboard/thingsboard-gateway.git` on the target machine 2. `git checkout 4.3.6` 3. `cd thingsboard-gateway` 4. build the image `docker build -t thingsboard-gateway --file docker/Dockerfile .`...