Code for my website, written with Ruby on Rails, on top of Kubernetes.
Run rake docker:up
to launch the development containers.
You can access the frontend at localhost:3333
.
You can build the production images with rake docker:build
, and likewise push them to the docker registry with rake docker:push
.
See DEPLOYING.md