See if that's what's breaking it, but for now nginx doesn't start and logs nothing
This commit is contained in:
parent
5e0bd6efcb
commit
558c542112
2 changed files with 5 additions and 1 deletions
2
Procfile
2
Procfile
|
@ -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
4
swarmloop.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
while true;
|
||||
do
|
||||
ls -d /etc/nginx/node.conf.d/*.conf | entr -d python3 /app/mergeswarm.py;
|
||||
done
|
Loading…
Reference in a new issue