Files
Homelab/docker/PrivateBin/behind-proxy-with-db/compose.yaml
2025-02-09 12:24:01 +02:00

10 lines
372 B
YAML

name: privatebin
# Docker Compose v2.20 or greater required to use "include"
include:
#################### NETWORKS ####################
- ../../compose/networks/${PRIVATEBIN_NETWORk_ID}.yaml
- ../../compose/networks/${PRIVATEBINDB_NETWORk_ID}.yaml
#################### SERVICES ####################
- ../../compose/postgres.yaml
- ../../compose/privatebin.yaml