A lot of code was written and deleted in the creation of this wiki. Here we highlight some of the current solutions.
As I expand this and related pages, my own path may inform the following goals of the federation:
We've gotten a lot of benefit from install scripts for digital ocean but haven't always used best practices or followed them up with maintenance and upgrade practices.
What have we done and what more can we do to help new users understand the configurations, practices and opportunities in this wiki.
what have I done?
One virtue of Dockerfiles is the way they self-document the steps to create a container with a running service. web/Dockerfile
It is sometimes hard to choose whether to put more in the Dockerfile, or put more in the docker-compose.yml. I have been tending toward documenting ports and volumes in docker-compose.yml: docker-compose.yml#L26-L34
In Self-replication I anticipate some possibly terrible ideas to share my experimental tooling.