Currently receiving "NET::ERR_CERT_DATE_INVALID" on some of my sites.
ID: 1ccd180a-5a98-431c-af65-1f09bf8fec13
ID: de1a3a6e-56d4-40c2-a85c-3d444d60d058
I have Directus deployed as a service via a Docker image. I need to provide the application the "path to key file on disk" via an environment variable to enable file storage.
Any thoughts on how to go about this? Must I create a custom Dockerfile?
Hello, my Dockerfile works find using Docker Desktop, however it fails when deployed to Railway.
Error on: RUN go run main.go -precompile
Project ID: d09cd450-b0ba-483f-ae0c-5e329305f433
FROM golang:1.21
RUN wget https://github.com/sass/dart-sass/releases/download/1.69.5/dart-sass-1.69.5-linux-x64.tar.gz
RUN tar -xvf dart-sass-1.69.5-linux-x64.tar.gz -C /usr/local/bin --strip-components 1