first commit
This commit is contained in:
43
fast_api/README.md
Normal file
43
fast_api/README.md
Normal file
@@ -0,0 +1,43 @@
|
||||
# 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
|
||||
```
|
||||
Reference in New Issue
Block a user