nanobox
nanobox copied to clipboard
The ideal platform for developers
[nanobox config] Using `netfs` on windows doesn't always work right out of the box. We should either suggest `native` or explain the steps to enable cifs so `netfs` will work.
Hi ! To work on a PWA, we need HTTPS support in the local environment, not only in the dry-run part, is it possible to permit this please? Regards,
Missing boxfile. How can I fix it? I'm running windows 10
How can I deploy directly from a GitHub repository, say master, after a commit. I have tried checking for documentation on this but found nothing.
Hello, I having the next problem and I can´t to run the application: `http: proxy error: dial tcp 192.168.0.20:8080: connect: connection refused` This is my boxfile: ``` run.config: engine: php...
Currently launching Nanobox in a CI environment (thus using the CI bootstrap script) fails: ``` Error : nanobox-server service start was successful but the service is not running Context :...
I installed nanobox for my local computer which runs Ubuntu 18.04.1. Nanobox uses native docker. So, I installed Docker version 18.06.1. I was able to run nanobox which uses boxfile.yml...
Image: Elixir Code that fails the build: ``` config :my_app, fcm_batch_size: "FCM_BATCH_SIZE" |> System.get_env() |> String.to_integer() ``` Error: ``` Compiling application : ✓ Starting docker container ✓ Preparing environment for...
I updated my host to MacOS 10.14. my config: ``` { "provider": "docker-machine", "ci-mode": false, "ci-sync-verbose": false, "mount-type": "native", "netfs-mount-opts": "", "cpus": 4, "ram": 4, "disk": 102400, "external-network-space": "192.168.99.50/24", "docker-machine-network-space":...
I have deployed an Nodejs Container which has 'Mosca MQTT Broker' and would like to know how can i get the SSL Key and Cert generated by Nanobox to enable...