|
1 year ago | |
---|---|---|
nginx | 1 year ago | |
ssl | 2 years ago | |
.gitignore | 2 years ago | |
README.md | 2 years ago | |
docker-compose.yml | 1 year ago |
This repo is an experiment playing with docker-compose
to configure a
reproduceable web service cluster.
It spins up containers for:
blog.kirsle.lh
and git.kirsle.lh
(localhost-only domains, for testing,
with a self-signed SSL certificate in the ssl/
folder).Install docker
and docker-compose
and systemctl enable docker.service
and
all that good stuff, and then:
$ docker-compose up
Put blog.kirsle.lh
and git.kirsle.lh
in your /etc/hosts
and visit them.