See if that's what's breaking it, but for now nginx doesn't start and logs nothing

This commit is contained in:
Jonathan Adami 2020-04-26 17:51:52 +10:00
parent 5e0bd6efcb
commit 558c542112
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,3 @@
swarmmerge: while true; do ls -d /etc/nginx/node.conf.d/*.conf | entr -d python3 /app/mergeswarm.py; done
swarmmerge: /app/swarmloop.sh
dockergen: docker-gen -watch /app/nginx.tmpl /etc/nginx/node.conf.d/`hostname`.conf
nginx: nginx

4
swarmloop.sh Executable file
View file

@ -0,0 +1,4 @@
while true;
do
ls -d /etc/nginx/node.conf.d/*.conf | entr -d python3 /app/mergeswarm.py;
done