This commit is contained in:
2025-02-09 11:41:23 +02:00
parent 6534ab161c
commit b0e18606e9
2 changed files with 1 additions and 1 deletions

View File

@@ -3,6 +3,5 @@ name: yeetfile
include: include:
#################### NETWORKS #################### #################### NETWORKS ####################
- ../compose/networks/${YEETFILE_NETWORk_ID}.yaml - ../compose/networks/${YEETFILE_NETWORk_ID}.yaml
- ../compose/networks/${YEETFILEDB_NETWORk_ID}.yaml
#################### SERVICES #################### #################### SERVICES ####################
- ../compose/yeetfile.yaml - ../compose/yeetfile.yaml

View File

@@ -3,6 +3,7 @@ name: yeetfile
include: include:
#################### NETWORKS #################### #################### NETWORKS ####################
- ../../compose/networks/${YEETFILE_NETWORk_ID}.yaml - ../../compose/networks/${YEETFILE_NETWORk_ID}.yaml
- ../compose/networks/${YEETFILEDB_NETWORk_ID}.yaml
#################### SERVICES #################### #################### SERVICES ####################
- ../../compose/postgres.yaml - ../../compose/postgres.yaml
- ../../compose/yeetfile.yaml - ../../compose/yeetfile.yaml