diff --git a/docs/Tour.md b/docs/Tour.md new file mode 100644 index 0000000..4481a77 --- /dev/null +++ b/docs/Tour.md @@ -0,0 +1,15 @@ +# Homelab Tour +A tour of the services and configurations + +## Hosts +For this repo we use traditional server configuration patterns, rather than Kubernetes. + +## Services and Stacks + +### Networking + +### Volumes + +### Env Vars + +#### Secrets \ No newline at end of file diff --git a/fighter/config/keycloak/docker-compose.yml b/fighter/config/keycloak/docker-compose.yml index e7d4828..8c30df6 100644 --- a/fighter/config/keycloak/docker-compose.yml +++ b/fighter/config/keycloak/docker-compose.yml @@ -74,3 +74,6 @@ services: networks: web: external: true + +volumes: + postgres_data: \ No newline at end of file