#113 Fix missing volume declaration
This commit is contained in:
parent
9d152b5d48
commit
43aa4fb0d1
15
docs/Tour.md
Normal file
15
docs/Tour.md
Normal 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
|
@ -74,3 +74,6 @@ services:
|
||||
networks:
|
||||
web:
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
postgres_data:
|
Loading…
Reference in New Issue
Block a user