Compare commits

...

2 Commits

Author SHA1 Message Date
5c6f308acb fix compose file paths 2025-02-09 11:53:50 +02:00
c7878f2272 dcc.sh -> deploy.sh 2025-02-09 11:51:47 +02:00
3 changed files with 4 additions and 3 deletions

View File

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

View File

@@ -1 +0,0 @@
docker compose --env-file ../env/.env.stack.flatnotes --env-file ../env/.env.common config

2
docker/flatnotes/deploy.sh Executable file
View File

@@ -0,0 +1,2 @@
docker compose --env-file ../env/flatnotes-stack.env \
--env-file ../env/common.env $1