Hi guys all good? I noticed an error in docker-compose that I am generating from Base.
When I use generate baserow without the directive BASEROW_CADDY_ADDRESSES it only installs as http://localhost:8000 and does not accept the directive that I put in BASEROW_PUBLIC_URL:
For the Baserow installation to use the domain I need to use the BASEROW_CADDY_ADDRESSES and so it reads the correct domain.
environment: DB_HOST: db DB_NAME: baserow DB_USER: baserow DB_PASSWORD: ${POSTGRES_PASSWORD} USE_X_FORWARDED_HOST: "true" BASEROW_PUBLIC_URL: https://anyvalue.com EMAIL_BACKEND
Is there something I’m doing wrong?