Allow to customize standard PostgreSQL image environment variables
used by Penpot.
Ref T1703.
 Differential  D2597  
Deploy Penpot Authored by dereckson on Mar 15 2022, 18:36. Tags None Referenced Files 
 
 
 
 
 
 
 
 
Details 
 Allow to customize standard PostgreSQL image environment variables Ref T1703. Unit tests provided for new module functions Deploy on Dwellers, browse https://design.nasqueron.org 
Diff Detail 
 Event TimelineComment Actions Configuration looks good to me, matches GitHub and Vault content, and is ready to be deployed this Sunday. Comment Actions Update environment for the concept of feature flags. See https://help.penpot.app/technical-guide/configuration/. Bump PostgreSQL and Redis versions. Add Exim container so we can send mail. Comment Actions backend and exporter are OK There is an issue to report upstream. With PENPOT_BACKEND_URI set to http://penpot_backend, we've the following nginx issue: [2023/04/02 15:40:26 [emerg] 1#1: host not found in upstream "penpot-backend" in /etc/nginx/nginx.conf:85 nginx: [emerg] host not found in upstream "penpot-backend" in /etc/nginx/nginx.conf:85 The dash seems hardcoded, or perhaps require a custom image, but that line 85 uses a variable here: Comment Actions Update ports information, switch from frontend container to directly use our nginx (let's avoid nginx to nginx), rebase  |