From ab2a5508df9626fcc6ce0dfe4bcd62f811a26fca Mon Sep 17 00:00:00 2001 From: kingjinyong Date: Fri, 17 Jan 2025 19:26:51 +0900 Subject: [PATCH] =?UTF-8?q?refactor(docker-compose):=20=EB=8B=A4=EC=8B=9C?= =?UTF-8?q?=20=EC=9B=90=EB=9E=98=EB=8C=80=EB=A1=9C=20=EB=B3=B5=EA=B5=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 45c8352..743db46 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -59,30 +59,6 @@ services: networks: - app-network - nginx: - image: nginx:latest - container_name: book-mile-nginx - restart: always - ports: - - "80:80" - - "443:443" - depends_on: - - application - volumes: - - ./nginx:/etc/nginx/conf.d - - /etc/letsencrypt:/etc/letsencrypt - - ./certbot:/var/www/certbot - networks: - - app-network - - certbot: - image: certbot/certbot - container_name: certbot - volumes: - - /etc/letsencrypt:/etc/letsencrypt - - ./certbot:/var/www/certbot - entrypoint: "/bin/sh -c 'trap exit TERM; while :; do sleep 1000; done'" - volumes: mysql_data: redis_data: @@ -90,4 +66,4 @@ volumes: networks: app-network: name: app-network - driver: bridge + driver: bridge \ No newline at end of file