A repository to hopefully store all my docker container configurations.
Find a file
2024-12-24 06:09:18 -08:00
coturn feat(coturn): initial docker compose 2024-12-24 05:59:43 -08:00
syncthing feat(syncthing): initial docker compose 2024-12-24 06:00:35 -08:00
unifi-controller feat(unifi-controller): initial docker compose 2024-12-24 06:02:41 -08:00
readme.md feat(readme): add readme to repository 2024-12-24 06:09:18 -08:00

Docker Containers

A repository to store the docker container configurations located on the tanzanite host in my nixos configuration.

Since most of these containers were created before this repository came into existence, a lot of the containers have plain-text private keys in them and thus have not been migrated. Over time, the amount of these will hopefully decrease to zero. In addtion, this repo might eventually be swallowed entirely by the nixos configuration. Only time will tell.

Usage

These containers should all work with docker compose. Simply run:

docker compose up -d

in the directory and the service will start. Many services have .env files or require configurations that are not present at the moment, proceed with caution.

Contributing

Feel free to add any PRs with fixes and whatnot. I don't think there is a ton to be done here though.