Release v0.1.18
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
: "${GOVOPLAN_API_UPSTREAM:=http://load-balancer:8000}"
|
||||
export GOVOPLAN_API_UPSTREAM
|
||||
|
||||
envsubst '${GOVOPLAN_API_UPSTREAM}' \
|
||||
< /etc/nginx/nginx.conf.template \
|
||||
> /tmp/nginx.conf
|
||||
|
||||
exec nginx -c /tmp/nginx.conf -g 'daemon off;'
|
||||
Reference in New Issue
Block a user