[WIP] A Tangled spindle hosted on Fly.io

add warning label

+5 -1
+3 -1
Dockerfile
··· 24 24 ENV SPINDLE_SERVER_HOSTNAME=$HOSTNAME 25 25 ENV SPINDLE_SERVER_OWNER=$DID 26 26 27 - ENV DOCKER_HOST=tcp://localhost:2375 27 + ENV DOCKER_HOST=tcp://docker:2375/ 28 + ENV DOCKER_DRIVER=overlay 29 + ENV DOCKER_TLS_CERTDIR="" 28 30 29 31 EXPOSE 6555 30 32
+2
README.md
··· 1 + > **WARNING**: This is a work in progress. Use at your own risk. 2 + 1 3 # Fly.io Spindle Template 2 4 This is a [spindle](https://tangled.org/tangled.org/core/blob/master/docs/spindle/pipeline.md) runner hosted on Fly.io. It's automatically configured to scale to zero when it's not in use, so cost is minimal. The primary trade-off is that it takes slightly longer to wake up.