19 lines
516 B
INI
19 lines
516 B
INI
[[config]]
|
|
template = "/etc/nginx/nginx.conf.tmpl"
|
|
dest = "/etc/nginx/sites-available/default"
|
|
onlyexposed = true
|
|
notifycmd = "/etc/init.d/nginx reload"
|
|
|
|
[[config]]
|
|
template = "/etc/logrotate.conf.tmpl"
|
|
dest = "/etc/logrotate.d/docker"
|
|
watch = true
|
|
|
|
[[config]]
|
|
template = "/etc/docker-gen/templates/nginx.tmpl"
|
|
dest = "/etc/nginx/conf.d/default.conf"
|
|
watch = true
|
|
[config.NotifyContainers]
|
|
nginx = 1 # 1 is a signal number to be sent; here SIGHUP
|
|
e75a60548dc9 = 1 # a key can be either container name (nginx) or ID
|