#113 Fix missing volume declaration

This commit is contained in:
Joey Hafner 2024-01-04 11:32:56 -08:00
parent 9d152b5d48
commit 43aa4fb0d1
2 changed files with 18 additions and 0 deletions

15
docs/Tour.md Normal file
View File

@ -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

View File

@ -74,3 +74,6 @@ services:
networks: networks:
web: web:
external: true external: true
volumes:
postgres_data: