Sign inSign up

ydkmlt84/jsonbin_org

By ydkmlt84

Updated over 2 years ago

Image
0

945

ydkmlt84/jsonbin_org repository overview

This is a forked version of JSONBIN.org written by Remy (https://github.com/remy/jsonbin).

Sample config available here -> github link

In order to run this container, you will need to copy the sample config and make it your own, then rename it to app.config. Then you will need to add a volume mount to your docker command. This is a docker-compose example.

services:
  jsonbin_org:
    container_name: "jsonbin_org"
    hostname: "jsonbin_org"
    networks:
      - "network_6"
    restart: "unless-stopped"
    image: "ydkmlt84/jsonbin_org:latest"
    ports:
      - "<host_port>:8000/tcp"
    volumes:
      - "/home/user/.docker/jsonbin_org:/opt/config"

Upon running the docker it will copy your config to an environment file, run npm install, and npm start. The service will then be available on the port you specified.

Tag summary

Content type

Image

Digest

sha256:bed7bf014

Size

46.4 MB

Last updated

over 2 years ago

docker pull ydkmlt84/jsonbin_org