Added .env files to stacks

This commit is contained in:
2026-02-16 19:19:14 +01:00
parent 5e9f943996
commit 71a5db3b11
40 changed files with 211 additions and 89 deletions

View File

@@ -3,4 +3,6 @@
# Copy this file to /usr/sbin/start to enable easy startup
# cp start.sh /usr/sbin/start
docker stack deploy -c compose.yml ${PWD##*/}
#docker stack deploy -c compose.yml ${PWD##*/}
env $(grep -v '^#' ${PWD}/.env | sed 's/#.*//' | xargs) docker stack deploy -c compose.yml ${PWD##*/}