CarlosEduardo

Results 2 comments of CarlosEduardo

Yes, I built it locally with `docker build --build-arg NEXT_PUBLIC_PROMPTFOO_BASE_URL=http://localhost:3000 -t promptfoo-ui .` And provided port 3000 and openai envs in the ecs task launch

> I was able to solve this setting `DB_SSL_MODE=require` in the .env file for the container running the plugin daemon Where should a add that? I added into .env but...