fix: handle Caddy-proxied payment webhooks and method selection

This commit is contained in:
3252a8
2026-05-18 22:45:42 +03:00
parent 49cf5ebad8
commit e3643ee9a0
7 changed files with 56 additions and 7 deletions
+1
View File
@@ -60,6 +60,7 @@ services:
POSTGRES_HOST: postgres
REDIS_URL: redis://redis:6379/0
WEBAPP_ENABLED: "true"
TRUSTED_PROXIES: ${TRUSTED_PROXIES:-127.0.0.1,::1,172.16.0.0/12}
volumes:
- shop-data:/app/data
networks: