Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 721 Bytes

Docker Compose Deployment for habitcentric

This configuration deploys habitcentric in a minimal configuration and exposes the API Gateway on Port 9000 of your local machine. You can use it to get up and running quickly.

Prerequisites

  • Running Docker Daemon
  • Properly configured Docker CLI to adminstrate Docker Daemon
  • Locally installed Docker Compose

Quick Start

Start up the Docker Compose stack

docker-compose up -d

Add habitcentric.demo to your hosts file using localhost as the IP address (/etc/hosts on Linux/macOS, %windir%\system32\drivers\etc on Windows).

127.0.0.1 habitcentric.demo