Skip to content

Commit

Permalink
chore: nginx 관련 docker setting 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
Sangwook02 committed Jan 15, 2024
1 parent 36b2ec6 commit 186eab3
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
14 changes: 0 additions & 14 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
version: "3.8"

services:
nginx:
image: nginx
container_name: nginxserver
restart: always
ports:
- "80:80"
build:
context: ./nginx
dockerfile: Dockerfile
depends_on:
- backend
network_mode: host
environment:
- TZ=Asia/Seoul
backend:
image: ${DOCKERHUB_USERNAME}/infra_practice_server:latest
container_name: deploy_container
Expand Down
4 changes: 0 additions & 4 deletions nginx/Dockerfile

This file was deleted.

11 changes: 0 additions & 11 deletions nginx/nginx.conf

This file was deleted.

0 comments on commit 186eab3

Please sign in to comment.