From 43aa4fb0d14c4e75aad1ae9bc9113d1568a76cba Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Thu, 4 Jan 2024 11:32:56 -0800 Subject: [PATCH] #113 Fix missing volume declaration --- docs/Tour.md | 15 +++++++++++++++ fighter/config/keycloak/docker-compose.yml | 3 +++ 2 files changed, 18 insertions(+) create mode 100644 docs/Tour.md 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