NerdConnection / Raspberry-Pi-5-Computer-Vision

Raspberry Pi 5 Computer Vision Suite
https://raspberry-pi-5-computer-vision.vercel.app
3 stars 3 forks source link

컨테이너 간 통신을 염두에 두고 각 컨테이너에 필요한 소스 파일과 Dockerfile을 분리하여 디렉토리 구조를 설계 #34

Closed NerdConnection closed 1 month ago

NerdConnection commented 2 months ago
          컨테이너 간 통신을 염두에 두고 각 컨테이너에 필요한 소스 파일과 Dockerfile을 분리하여 디렉토리 구조를 설계하는 것은 좋을 것 같습니다.
project-root/
├── docker-compose.yml         
├── server/                  
│   ├── Dockerfile
│   └── src                   
└── Ai_model_1/              
    ├── Dockerfile
    └── model/               
        └── model.py

_Originally posted by @NerdConnection in https://github.com/NerdConnection/Raspberry-Pi-5-Computer-Vision/pull/32#discussion_r1746480184_