You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update seatable-nginx.conf and replace proxy_pass http://127.0.0.1:5000/ping/; with proxy_pass http://dtable-server:5000/ping/; to fix proxied ping endpoint of dtable-server (?)
Issue:nginx refuses to start if the upstream is not reachable on nginx startup
Changes
seatable-nginx.confand replaceproxy_pass http://127.0.0.1:5000/ping/;withproxy_pass http://dtable-server:5000/ping/;to fix proxied ping endpoint ofdtable-server(?)nginxrefuses to start if the upstream is not reachable on nginx startup/dtable-server/pinglocation block from the NGINX config sincedtable-servercould be considered internal infrastructure?openapirepo in this caseopenapirepository should be updated to reflect this change! (whatever our final decision is)dtable-db+dtable-server)Manual Upgrades
bindinsidegunicorn.pyneeds to be set to0.0.0.0:8000to allow other containers to connect to Gunicorn (?)