sparanoid / docker-restbase

RESTBase Docker image with full customizable config support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker RESTBase

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

About

RESTBase Docker image with full customizable config support

License:Apache License 2.0


Languages

Language:Dockerfile 58.6%Language:Makefile 41.4%