2019-11-09 21:52:43 +01:00
|
|
|
command: nginx -c ${SERVICE_ROOT}/nginx.conf
|
2019-10-29 12:32:49 +01:00
|
|
|
consumes: http?
|
|
|
|
provides: www, http
|
2019-11-04 14:00:13 +01:00
|
|
|
ports: http=80, https=443
|
2019-11-09 21:52:43 +01:00
|
|
|
reload-command: kill -HUP ${SERVICE_PID}
|
2019-10-27 22:13:40 +01:00
|
|
|
|
2019-11-08 14:36:59 +01:00
|
|
|
%configuration nginx.conf
|