fix compose file paths

This commit is contained in:
2025-02-09 11:53:50 +02:00
parent c7878f2272
commit 5c6f308acb

View File

@@ -1,6 +1,6 @@
# Docker Compose v2.20 or greater required to use "include" # Docker Compose v2.20 or greater required to use "include"
include: include:
#################### NETWORKS #################### #################### NETWORKS ####################
- ../../compose/networks/proxy.yaml - ../compose/networks/${FLATNOTES_NETWORk_ID}.yaml
#################### SERVICES #################### #################### SERVICES ####################
- ../../compose/flatnotes.yaml - ../compose/flatnotes.yaml