Skip to content

Commit

Permalink
Refactor: media 폴더 유지를 위한 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
joy-river committed Jan 13, 2025
1 parent 9c64fdc commit f7b2aed
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions KUA/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ services:
build: .
volumes:
- .:/devkor-teamb-back
- ./media:/devkor-teamb-back/media
ports:
- "8000:8000"
depends_on:
Expand All @@ -35,11 +36,12 @@ services:
image: nginx:latest
container_name: nginx
ports:
- "80:80" # 외부 포트 80을 Nginx 컨테이너의 포트 80과 연결
- "80:80"
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf # Nginx 설정 파일을 컨테이너에 연결
- ./nginx.conf:/etc/nginx/nginx.conf
- ./media:/devkor-teamb-back/media
depends_on:
- app
- web
networks:
- app-network

Expand Down

0 comments on commit f7b2aed

Please sign in to comment.