Embed SEQ Dashboard to React App ( Docker Container Configuration ) #2454
Unanswered
nate-vukovich
asked this question in
Help
Replies: 1 comment
-
Hi @nate-vukovich, Most Seq configuration of this kind can be specified using environment variables; I think you're looking for https://docs.datalust.co/docs/json-config#apiframeancestors HTH! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all.
Wanted to figure out how to add additional SEQ config params to a Docker Compose File to allow binding an SEQ Dashboard into a React App using an iframe. But when the Service spins up I can't find a way to stick the config for CORS and the frame-ancestors.
Refused to frame 'http://localhost:8080/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'none'".
Any actionable info would help on how to interact with the SEQ Server running in a Docker Container.
Or must I use docker directly ( no compose ) to spin up a container with the predefined configs?
Beta Was this translation helpful? Give feedback.
All reactions