Skip to content
Snippets Groups Projects

set GET_DEPTH to 1

Merged Dan Notestein requested to merge git-depth into develop
Files
6
@@ -16,7 +16,10 @@ http {
location / {
include rewrite_rules.conf;
rewrite_log on;
# ${REWRITE_LOG} will be replaced by the docker entrypoint script.
# Set REWRITE_LOG=on in the environment to enable rewrite logging,
# otherwise it will remain disabled
${REWRITE_LOG}
proxy_pass http://balance-tracker-postgrest:3000; # my PostREST is here!
@@ -29,4 +32,11 @@ http {
proxy_http_version 1.1;
}
}
server {
listen 0.0.0.0:81;
location /health {
return 204;
}
}
}
Loading