Files
2024-06-25 14:25:29 +09:00
..
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00
2024-06-25 14:25:29 +09:00

METAVERSE_MEDICAL_REST_SERVER

RESTful API Server

System Requirements

  • Ubuntu 20.04
  • docker 20.10.9
  • docker-compose 1.25.0
  • python 3.9
  • python packages: requirements.txt

Docker

  • Base Image

    • python:3.9.7-slim
  • Target Image

    • medical_metaverse_restapi:latest
  • Environments variable

  • Build

    docker-build.sh
    
  • Run

    • docker-compose.yml 파일의 환경변수(environment) 수정 후 아래 명령으로 도커 실행
    docker-compose up -d
    

LOG

  • 서버 로그 파일
    TBD