Newly installed Nextcloud 29 (manual install) instance running on Docker Swarm.
Reverse proxying of all services is handled by HAProxy running in pfSense. HAProxy is handling SSL termination.
All services, (Nextcloud, Collabora, Full Text Search) are working properly except the nextcloud-aio-notify-push container continuously restarts.
The only output int the nextcloud-aio-notify-push container log is below:
Connection to nextcloud-aio-nextcloud (10.0.9.19) 9001 port [tcp/*] succeeded!
notify-push was started
Error: × Invalid REDIS_URL environment variable
╰─▶ Redis URL did not parse- InvalidClientConfig
Shortly after throwing this REDIS_URL environment variable, the container exits, and another spawns.
Nextcloud itself is able to connect to the redis container without issue.
I attempted to manually define a REDIS_URL environment variable in the stack, but there was no change in behavior.