Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| services:endurain [2025/05/21 09:42] – [Installation] willy | services:endurain [2025/11/06 11:09] (current) – [Reverse Proxy] willy | ||
|---|---|---|---|
| Line 34: | Line 34: | ||
| - BEHIND_PROXY=true | - BEHIND_PROXY=true | ||
| volumes: | volumes: | ||
| - | - / | ||
| - | - / | ||
| - | - / | ||
| - / | - / | ||
| + | - / | ||
| ports: | ports: | ||
| - " | - " | ||
| Line 46: | Line 44: | ||
| | | ||
| postgres: | postgres: | ||
| - | image: postgres:latest | + | image: |
| container_name: | container_name: | ||
| environment: | environment: | ||
| Line 115: | Line 113: | ||
| proxy_set_header | proxy_set_header | ||
| proxy_set_header | proxy_set_header | ||
| + | proxy_http_version 1.1; | ||
| + | proxy_set_header Upgrade $http_upgrade; | ||
| + | proxy_set_header Connection $http_connection; | ||
| } | } | ||