2019-10-27 22:13:40 +01:00
|
|
|
command: nginx -c ${SERVICE_ROOT}/nginx.conf
|
2019-10-29 12:32:49 +01:00
|
|
|
consumes: http?
|
|
|
|
provides: www, http
|
|
|
|
ports: http=80, https=443, test
|
2019-10-27 22:13:40 +01:00
|
|
|
|
2019-10-27 23:02:45 +01:00
|
|
|
%directory ${SERVICE_ROOT}/
|
|
|
|
name: working directory
|
2019-10-27 22:13:40 +01:00
|
|
|
|
|
|
|
%configuration nginx.conf ${SERVICE_ROOT}/nginx.conf
|