first commit

This commit is contained in:
2024-06-25 14:25:29 +09:00
parent f50b7c0a0b
commit fa1b55d68b
39 changed files with 3848 additions and 2 deletions

View File

@@ -0,0 +1,18 @@
version: '2.1'
services:
api:
# depends_on:
# mysql:
# condition: service_healthy
container_name: metaverse_medical_rest
image: metaverse/medical_rest:latest
build:
context: .
environment:
- TZ=Asia/Seoul
volumes:
- ./fast_api:/FAST_API
ports:
- 50510-50512:50510-50512
command: ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "50510"] #local
# command: ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "50532"] #my