From 1fa0123021b377fa5308f4da795b596898893fd1 Mon Sep 17 00:00:00 2001 From: mozzie Date: Mon, 20 Mar 2023 16:29:31 +0800 Subject: [PATCH] feat: drone.ci --- docker-compose.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 096dc44..5d929be 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,23 +1,6 @@ version: "3" services: - - nginx: - image: nginx:1.22 - restart: always - container_name: backset-nginx - ports: - - "3080:80" - - "1443:443" - volumes: - - /www/wwwroot/backset/nginx/conf.d/:/etc/nginx/conf.d/ - - /www/wwwroot/backset/nginx/ssl:/etc/nginx/ssl/ - - /www/wwwroot/backset/nginx/html:/usr/share/nginx/html/ - networks: - backset-net: - aliases: - - backset-nginx - mysql: image: mysql:5.7 restart: always @@ -75,7 +58,6 @@ services: depends_on: - mysql - redis - - nginx networks: backset-net: \ No newline at end of file