Docker-compose self-hosted cloud services.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Noah a87b027fed nextcloud WIP 4 years ago
nginx nextcloud WIP 4 years ago
ssl Initial commit 5 years ago
.gitignore Initial commit 5 years ago
README.md Initial commit 5 years ago
docker-compose.yml nextcloud WIP 4 years ago

README.md

Cloud

This repo is an experiment playing with docker-compose to configure a reproduceable web service cluster.

It spins up containers for:

  • My web blog, a Go program at github.com/kirsle/blog
  • A Redis cache for the blog.
  • Gitea, a Git web service.
  • PostgreSQL database for Gitea to store its data.
  • An nginx web proxy in front of all of these, exposing domains 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.