We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a862b1d commit 9db42d1Copy full SHA for 9db42d1
etc/containerpilot.json
@@ -1,5 +1,5 @@
1
{
2
- "consul": "{{ .CONSUL }}:8500",
+ "consul": "{{ if .CONSUL }}{{ .CONSUL }}{{ else }}consul{{ end }}:8500",
3
"preStart": "python /usr/local/bin/manage.py",
4
"preStop": "python /usr/local/bin/manage.py pre_stop",
5
"services": [
0 commit comments