Daniel Christian Schröter

Results 10 comments of Daniel Christian Schröter

I wrote some tutorial at https://community.jitsi.org/t/tutorial-a-simple-multiple-host-jitsi-docker-octo-jvb-scaling-configuration/125938/1 how to configure a coturn. Maybe this will help somehow.

I'm facing the same problem. I transitioned from the discussion at https://github.com/moby/moby/issues/29133#issuecomment-442912378, then moved on to https://github.com/docker/compose/issues/9306#issuecomment-1464027534, and finally arrived at this current problem.

I just started with a simple insert example today and I had the same issue. "go get github.com/nedpals/postgrest-go" resolved it: ``` go get github.com/nedpals/postgrest-go go: downloading github.com/nedpals/postgrest-go v0.1.3 go: upgraded...

I’ve developed (for me a better) a workaround for this issue that might help you as well. This extension displays the latest build status for GitHub Action workflows and GitLab...

Here some simple solution or workaround: 1. Open C:\wemp\php and create `start-php-cgi.bat` with the following content: ``` @echo off SET PHP_CGI=php-cgi.exe SET PHP_INI=php.ini ECHO Starting multiple PHP-CGI processes... START /B...

Here is a PowerShell script that monitors php-cgi processes on specified ports and restarts them if terminated. `spawn-cgi-php.ps1` ``` # Define the ports and the PHP CGI executable $ports =...

do you have any update for the arm support?

@maxisam Its running on Oracle Cloud ARM instance: `a769183ac51b maxisam/mgob:dev.322 "/usr/local/bin/mgob…" 42 seconds ago Up 38 seconds ` ``` docker logs a769183ac51b time="2024-11-09T19:33:41Z" level=info msg="mgob dev.322" time="2024-11-09T19:33:41Z" level=info msg="starting with...

LGTM These values should also not be hardcoded as well: https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/test/unit-test/mongo-test.yml#L24 https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/test/gh-actions/mongo-test.yml#L24 https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/charts/mgob/values.yaml#L33 https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/Dockerfile#L15 https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/charts/mgob/values.yaml#L33 https://github.com/maxisam/mgob/blob/6137630a0135c552d3265d2dd4041856bbc424e3/.github/workflows/release-chart.yml#L26