Customer
Comments
-
Another approach would be to compile minio from source… an even shorter : name: minio type: golang:1.11 hooks: build: go get -u github.com/minio/minio commands: start: ~/go/bin/minio serve...
-
Due to popular demand Platform.sh now has a common lisp runtime
-
It was probably less effort than proofreading my magnum opus
-
Thanks for sharing! I’m able to setup the database & tunnel to my InfluxDB, but whenever I’m trying to connect from my application or from the influx cli I get the following message: ERR: error aut...
-
Thanks! That exactly the information I was missing. Funnily enough it did not work when I used the curl command. I had to (after I started the tunnel) influx -host 127.0.0.1 -port 30000 ...
-
Basics If a build or deployment is running longer than expected, it may be caused by one of the following: The build is blocked by something in your build hook The deployment is blocked by a long...
-
I would like to add that to be able to access SSH 1st step was to do: platform ssh After that I followed the instructions and I was able to stop it
-
Interesting thanks. But if services are not accessible (ssh connection impossible) and deployment is still stuck, how to fix it?
-
Updated the answer. Thanks!
-
Mount sizes are defined with the disk key in your .platform.app.yaml configuration file. Mounts are entirely optional - it may not be necessary for your application to have write access. If not, yo...