diff --git a/infra/containers/readme b/infra/containers/readme deleted file mode 100644 index 450e0cf..0000000 --- a/infra/containers/readme +++ /dev/null @@ -1,13 +0,0 @@ -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 - - diff --git a/infra/containers/readme.md b/infra/containers/readme.md new file mode 100644 index 0000000..c665a2f --- /dev/null +++ b/infra/containers/readme.md @@ -0,0 +1,29 @@ +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 :smiley: + + +