Docker container for running schemaverse-visualizer.
334
A Docker container running the schemaverse-visualizer.
GitHub: https://gitlab.com/frozenfoxx/docker-schemaverse-visualizer
git clone [email protected]:frozenfoxx/docker-schemaverse-visualizer.git
cd docker-schemaverse-visualizer
docker build .
The following will set up and run the latest schemaverse-visualizer:
docker run --rm --name=schemaverse-visualizer -p 80:80 frozenfoxx/docker-schemaverse-visualizer
The standard deployment will usually involve setting the environment variables for tuning the configuration:
docker run -d --rm --name=schemaverse_visualizer \
-p 80:80 \
-e PORT="5432" \
-e USER="someuser" \
-e PASSWORD="somepassword" \
frozenfoxx/docker-schemaverse-visualizer
You can also adjust and deploy the server via the docker-compose.yml as such:
docker-compose up -d schemaverse-visualizer
This image can be configured using environment variables. Set this during startup to reconfigure.
DATABASE: name of the database to connect to (default: schemaverse).PORT: port the database is listening on (default: 5432).HOST: IP or FQDN of the host running Schemaverse (default: 172.17.0.1).USERNAME: user to connect to the database with (default: schemaverse).PASSWORD: password of the user to connect to the database with (default: schemaverse).Content type
Image
Digest
Size
144.4 MB
Last updated
over 8 years ago
docker pull frozenfoxx/schemaverse-visualizer