Hi
I am trying to include outine in my docker compose setup behind a nginx reverse proxy.
I followed the required steps in the installation but when running make up the resulting sql calls return null.

The env file is exactly the same as the sample except for changing user and pass for the database link. The migration seem to have ran fine. Any ideas?
What are you seeing at the local url? It would be expected to have no users as a fresh install.
Allright so changing subdomains to false made everything visible. One more issue remains: the avatars are not loaded and in the console there is a CONNECTION REFUSED error for the connections to the fake s3 docker.

Does this have to do with the containers being behind a jwilder reverse proxy?
Fixed