Skip to content

Commit

Permalink
fix: 도커내 nginx 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
82everywin committed Mar 2, 2025
1 parent ca6102c commit 46fdd5b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 69 deletions.
15 changes: 0 additions & 15 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,6 @@ services:
networks:
- app-network

nginx:
image: nginx:latest
container_name: book-mile-nginx
ports:
- "80:80"
- "443:443"
volumes:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro # Nginx 설정 파일을 컨테이너에 마운트
- ./nginx/ssl:/etc/letsencrypt/live/bookmile.site # SSL 인증서 마운트
depends_on:
- application
networks:
- app-network
restart: always # 컨테이너가 종료되면 자동 재시작

redis:
image: redis:latest
container_name: book-mile-redis
Expand Down
54 changes: 0 additions & 54 deletions nginx/nginx.conf

This file was deleted.

0 comments on commit 46fdd5b

Please sign in to comment.