https://github.com/hvalev/rawgraphs2.0-docker
Rawgraphs 2.0 visualization framework in a docker container.
https://github.com/hvalev/rawgraphs2.0-docker
plots rawgraphs visualization
Last synced: 4 months ago
JSON representation
Rawgraphs 2.0 visualization framework in a docker container.
- Host: GitHub
- URL: https://github.com/hvalev/rawgraphs2.0-docker
- Owner: hvalev
- Created: 2021-02-25T17:15:09.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-01T21:23:36.000Z (5 months ago)
- Last Synced: 2026-02-02T05:56:32.899Z (5 months ago)
- Topics: plots, rawgraphs, visualization
- Language: Dockerfile
- Homepage:
- Size: 128 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rawgraphs 2.0 in a docker container
[](https://github.com/hvalev/rawgraphs2.0-docker/actions/workflows/build.yml)



[Rawgraphs 2.0](https://github.com/rawgraphs/rawgraphs-app) is a visualization framework for creating beautiful graphics for your data. Please see [the official website](https://app.rawgraphs.io/) for details and examples. As the title says, it's a docker container suitable for self-hosting. At the moment it is still in beta and unfortunately it doesn't seem to work for x32-bit architectures. Perhaps this will be resolved once a stable version is released.
## How to run
You can only run this container on localhost, or from an ssl-enabled hostname. Below is a working docker compose file. After a minute or so you can access the application on http://localhost:3339
```
version: "3"
services:
rawgraphs:
image: hvalev/rawgraphs2.0:latest
container_name: rawgraphs
ports:
- 3339:3000
restart: always
```
## Acknowledgements
[Rawgraphs 2.0](https://github.com/rawgraphs/rawgraphs-app). Please consider supporting this fantastic project.