This commit is contained in:
parent
9b20b62b3c
commit
4d82904c45
@ -112,6 +112,7 @@ RUN \
|
|||||||
"*:9001": { "pass": "routes/dynamic" }, \
|
"*:9001": { "pass": "routes/dynamic" }, \
|
||||||
"*:9002": { "pass": "routes/static" }, \
|
"*:9002": { "pass": "routes/static" }, \
|
||||||
"*:9003": { "pass": "routes/direct" }, \
|
"*:9003": { "pass": "routes/direct" }, \
|
||||||
|
"*:9010": { "pass": "routes/main", "tls": { "certificate": "default" } }, \
|
||||||
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
||||||
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
||||||
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
||||||
@ -193,7 +194,7 @@ RUN \
|
|||||||
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPOSE 9000 9001 9002 9003 9011 9012 9013
|
EXPOSE 9000 9001 9002 9003 9010 9011 9012 9013
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
||||||
|
@ -112,6 +112,7 @@ RUN \
|
|||||||
"*:9001": { "pass": "routes/dynamic" }, \
|
"*:9001": { "pass": "routes/dynamic" }, \
|
||||||
"*:9002": { "pass": "routes/static" }, \
|
"*:9002": { "pass": "routes/static" }, \
|
||||||
"*:9003": { "pass": "routes/direct" }, \
|
"*:9003": { "pass": "routes/direct" }, \
|
||||||
|
"*:9010": { "pass": "routes/main", "tls": { "certificate": "default" } }, \
|
||||||
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
||||||
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
||||||
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
||||||
@ -193,7 +194,7 @@ RUN \
|
|||||||
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPOSE 9000 9001 9002 9003 9011 9012 9013
|
EXPOSE 9000 9001 9002 9003 9010 9011 9012 9013
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
||||||
|
@ -112,6 +112,7 @@ RUN \
|
|||||||
"*:9001": { "pass": "routes/dynamic" }, \
|
"*:9001": { "pass": "routes/dynamic" }, \
|
||||||
"*:9002": { "pass": "routes/static" }, \
|
"*:9002": { "pass": "routes/static" }, \
|
||||||
"*:9003": { "pass": "routes/direct" }, \
|
"*:9003": { "pass": "routes/direct" }, \
|
||||||
|
"*:9010": { "pass": "routes/main", "tls": { "certificate": "default" } }, \
|
||||||
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
||||||
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
||||||
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
||||||
@ -193,7 +194,7 @@ RUN \
|
|||||||
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPOSE 9000 9001 9002 9003 9011 9012 9013
|
EXPOSE 9000 9001 9002 9003 9010 9011 9012 9013
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
||||||
|
@ -112,6 +112,7 @@ RUN \
|
|||||||
"*:9001": { "pass": "routes/dynamic" }, \
|
"*:9001": { "pass": "routes/dynamic" }, \
|
||||||
"*:9002": { "pass": "routes/static" }, \
|
"*:9002": { "pass": "routes/static" }, \
|
||||||
"*:9003": { "pass": "routes/direct" }, \
|
"*:9003": { "pass": "routes/direct" }, \
|
||||||
|
"*:9010": { "pass": "routes/main", "tls": { "certificate": "default" } }, \
|
||||||
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
"*:9011": { "pass": "routes/dynamic", "tls": { "certificate": "default" } }, \
|
||||||
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
"*:9012": { "pass": "routes/static", "tls": { "certificate": "default" } }, \
|
||||||
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
"*:9013": { "pass": "routes/direct", "tls": { "certificate": "default" } } \
|
||||||
@ -193,7 +194,7 @@ RUN \
|
|||||||
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
rm /var/www/html/index.php /var/www/html/index.php.remove; \
|
||||||
}
|
}
|
||||||
|
|
||||||
EXPOSE 9000 9001 9002 9003 9011 9012 9013
|
EXPOSE 9000 9001 9002 9003 9010 9011 9012 9013
|
||||||
ENTRYPOINT ["/entrypoint.sh"]
|
ENTRYPOINT ["/entrypoint.sh"]
|
||||||
STOPSIGNAL SIGTERM
|
STOPSIGNAL SIGTERM
|
||||||
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
CMD ["unitd", "--no-daemon", "--control", "unix:/var/run/control.unit.sock"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user