10 lines
368 B
YAML
10 lines
368 B
YAML
name: yeetfile
|
|
# Docker Compose v2.20 or greater required to use "include"
|
|
include:
|
|
#################### NETWORKS ####################
|
|
- ../../compose/networks/${YEETFILE_NETWORk_ID}.yaml
|
|
- ../../compose/networks/${YEETFILEDB_NETWORk_ID}.yaml
|
|
#################### SERVICES ####################
|
|
- ../../compose/postgres.yaml
|
|
- ../../compose/yeetfile.yaml
|
|
|