First I tried connecting through my existing tunnel, but that did not work, so I've created a new tunnel just for dawarich (and added the tunnel to the compose file).
Here are the relevant changes (let's say my domain is dawarich.somedomain.tld)
dawarich_app:
environment:
RAILS_APPLICATION_CONFIG_HOSTS: ""
APPLICATION_HOSTS: "dawarich.somedomain.tld,''"
dawarich_sidekiq:
environment:
RAILS_APPLICATION_CONFIG_HOSTS: ""
APPLICATION_HOSTS: "dawarich.somedomain.tld,''"
tunnel:
image: cloudflare/cloudflared:latest
command: tunnel --no-autoupdate run
networks:
- dawarich
env_file: tunnel.env
restart: always
container_name: tunnel
depends_on:
- dawarich_app
I'm getting the error:

First I tried connecting through my existing tunnel, but that did not work, so I've created a new tunnel just for dawarich (and added the tunnel to the compose file).
Here are the relevant changes (let's say my domain is
dawarich.somedomain.tld)I'm getting the error: