Docker-Traefik-Nextcloud : can't access webui

Hi,

I tried for several days now to setup a nextcloud instance behind traefik

I read and tried tons of things but I always end up with either a Timeout, a Bad Gateway, an internal server error or a 404 Not Found error

I run a Ubuntu 22.04 server on a Vps and I use docker and docker-compose

I just have a running socket-proxy image and traefik dashboard behind authelia
(running fine)

Thank you so much for any help

Network
sudo docker network create --gateway 192.168.2.1 --subnet 192.168.2.0/24 t2_proxy
sudo docker network create --gateway 192.168.3.1 --subnet 192.168.3.0/24 socket_proxy

IP
Vps = 153.XXX.XXX.XXX
Traefik = 192.168.2.10
Nextcloud = 192.168.2.19
SocketProxy = 192.168.3.1

docker-compose.yml : ########################### ... - TextUp
config.php : <?php $CONFIG = array ( ... - TextUp

hello @leo16 welcome to the forum :handshake:

please post everything directly into the forum - nobody wants to reach into another strange service to help you to solve your problem… I had a very short look and didn’t find any issues.

I would suggest you start with an easy setup (only traefik+NC+db+redis) and add complexity like Authelia later. please use search function - there are lot of good resources discussing same or similar topics e.g.