Reformat Docker Compose and add external network

Standardize indentation to a consistent hierarchy and declare the
homelab network as an external resource.
This commit is contained in:
2025-11-30 13:35:52 -05:00
parent 84e378aca0
commit aac9caf6b4

View File

@@ -53,3 +53,6 @@ volumes:
driver: local
memos_data:
driver: local
networks:
homelab:
external: true