-
I would like to use Opium as the backend of a website, and I was wondering if this library is suited to "production" use (in my case serving an SPA and a small RESTful API)? Are there any prerequisite…
-
Last dokku version, last naft plugin version.
Example:
```
root@atlas:~# dokku nats:create test && dokku --force nats:destroy test
Waiting for container to be ready
=====> Nats containe…
-
I used a GraphQL mutation in a locally installed GraphiQL UI to create `pgtest`, but got an error (that I didn't log and cannot duplicate) when using a mutation to `postgres:link` the new service to a…
-
# Description of your problem
I got an error from nginx everytime I do build (http-500 error ) for ~1minute. After 1 minute I refresh application and everything works as expected
I'm using these b…
-
Following on https://github.com/opencollective/opencollective/issues/1923#issuecomment-483788803
This will allow collectives to give their latest news to their backers before everyone else while stil…
-
The situation mentioned in #119 is more critical then I thought.
I'm doing heavily testing of `dokku` running for my staging environment. I did maybe ~50 deployments today and by evening I recieved t…
-
This puts Dokku into a docker container -- for ease of use, I'm just using docker-flatip and socat for glue.
Dockerfile
``` Dockerfile
FROM ubuntu:latest
ENV DOKKU_TAG=v0.3.16
RUN apt-get update
R…
-
Rather than have the output be prefixed with `#`, I would like to indent the output by some arbitrary number of characters. This would make the output look much better when used as a step within a bui…
-
I can't get this to work with Dokku / Docker... I've tried on localhost and everything works fine but when I push to production to a dokku container, it just doesn't work. The server starts fine and r…
-
Creating an instance via:
```
# export ELASTICSEARCH_IMAGE="elasticsearch"
# export ELASTICSEARCH_IMAGE_VERSION="5.3.0"
# dokku elasticsearch:create vonavi-dokku-01
=====> Copying config files in…