UNPKG

hra-api

Version:

The Human Reference Atlas (HRA) API deployed to https://apps.humanatlas.io/api/

10 lines (9 loc) 169 B
version: '3.9' services: hra-api: image: hra-api stdin_open: true # docker run -i tty: true # docker run -t ports: - 8080:8080 - 8081:8081