9 lines
348 B
YAML
9 lines
348 B
YAML
# Docker Compose v2.20 or greater required to use "include"
|
|
include:
|
|
#################### NETWORKS ####################
|
|
- ../../compose/networks/${JOPLIN_NETWORk_ID}.yaml
|
|
- ../../compose/networks/${JOPLINDB_NETWORk_ID}.yaml
|
|
#################### SERVICES ####################
|
|
- ../../compose/postgres.yaml
|
|
- ../../compose/joplin-server.yaml
|