Jonathan Hoffman
Jonathan Hoffman
This functionality would be fantastic.
> @adamghill , Could you explain a little bit more please? I'd love to implement this. btw... keep up the great work.
How do I enable trace mode in repo dokku config?
─$ git push dokku main 1 ↵ + export DOKKU_HOST_ROOT=/home/dokku + DOKKU_HOST_ROOT=/home/dokku + export DOKKU_DISTRO ++ . /etc/os-release ++ echo ubuntu + DOKKU_DISTRO=ubuntu + export DOCKER_BIN=docker + DOCKER_BIN=docker + export...
``` IP="$(plugn trigger network-get-ipaddr "$APP" "$PROC_TYPE" "$CONTAINER_ID")" ``` Would check the below plugin command but it points to binary file: ``` ls -altr /var/lib/dokku/core-plugins/available/network/ |grep get-ipaddr lrwxrwxrwx 1 dokku dokku...
> Do you have a sample app I can use to test this behavior? Unfortunately no.
> dokku ps:scale ``` proctype: qty --------: --- beat: 1 web: 1 worker: 4 ```
Thank you @josegonzalez . Every deploy has been failing to check correct IP since a few days ago. Will give updating to the latest dokku version a shot.
Can an example of what this configuration looks like be added to the docs?
Any progress on this?