infra/infra/containers
2024-09-11 21:22:25 -07:00
..
docker-compose.yaml Creating the html-deployer user for web deployment stuff over ssh 2024-09-11 21:22:25 -07:00
readme.md New readme 2024-08-17 16:00:03 -07:00

What is this

Here we contain scripts to build out all the containers that are run. All of these images are based on images that are made from other projects

docker-compose.yaml

Services that are more/less "special" go here since most of the stuff that is run on the main host are basically just static html websites

Services & Containers

Service Docker Image Used
Gitea gitea/gitea:latest
Act Runner gitea/act_runner:nightly

Why the servics above?

The Gitea related services are there so that I can host my own Git projects away from "Git as a service" services. I have no issue with Github/Gitlab but I just like being able to host my own stuff when possible 😃