Sign inSign up

sparanoid/restbase

By sparanoid

Updated almost 2 years ago

RESTBase Docker image with full customizable config support

Image
Developer tools
0

5.7K

sparanoid/restbase repository overview

Docker RESTBase

Important

In MediaWiki 1.35 Parsoid/PHP is included in the bundle and loaded automatically by Visual Editor. No configuration necessary for MediaWiki 1.35 and later. You may not need this anymore.

RESTBase Docker image.

This image is inspired by ubc/restbase-docker with full customizable config support.

Usage

# Docker Hub
docker run --rm -p 7231:7231 -v $(pwd)/config-example.com.yaml:/usr/local/lib/node_modules/restbase/config.yaml --name restbase sparanoid/restbase:latest

# GitHub Container Registry
docker run --rm -p 7231:7231 -v $(pwd)/config-example.com.yaml:/usr/local/lib/node_modules/restbase/config.yaml --name restbase ghcr.io/sparanoid/restbase:latest

License

Apache-2.0

Tag summary

Content type

Image

Digest

Size

50 MB

Last updated

almost 5 years ago

docker pull sparanoid/restbase