Skip to content

Latest commit

 

History

History
52 lines (35 loc) · 1.02 KB

File metadata and controls

52 lines (35 loc) · 1.02 KB

"web_ui"

full-stack development environment using:


Features


🚀 Getting Started

1. Prerequisites

2. Build and start all services:

# set environment variables:
export REACT_NATIVE_PACKAGER_HOSTNAME=${YOUR_HOST}

# Build the image
docker compose build

# Run the container
docker compose up

3. Visit the services:


4. Test:

docker compose \
  -f docker-compose.test.yml run \
  --rm \
  --entrypoint /bin/sh service_test \
  -lc ' pytest -q '

License

  • Apache License 2.0