DiamondLightSource / logpanel

Graylog frontend that displays aggregated, streaming logs for multiple services
Apache License 2.0
1 stars 0 forks source link

Devcontainer #48

Open callumforrester opened 1 month ago

callumforrester commented 1 month ago

As a developer I want to easily get going with this project without having to worry about my version of node et al.

Possible Solution

Use devcontainers. Ideally we should be able to use a pre-built container rather than making our own Dockerfile, which would slow down the setup process considerably.

Acceptance Criteria