fanxp 1 year ago
parent
commit
cbd21f285e
2 changed files with 1 additions and 7 deletions
  1. 1 1
      .drone.yml
  2. 0 6
      docker-compose-pre.yml

+ 1 - 1
.drone.yml

@@ -93,7 +93,7 @@ trigger:
   branch:
     - pre
   event:
-    - merge
+    - push
 
 volumes:
   - name: docker

+ 0 - 6
docker-compose-pre.yml

@@ -15,12 +15,6 @@ services:
       - 8080:8080
     networks:
       - dockertest_bx_default
-    labels:
-      - "traefik.http.routers.tl_api.rule=Host(`test.tl.web.yingcaibx.com`) && PathPrefix(`/api`)"
-      - "traefik.http.routers.tl_api.middlewares=tl_api-stripprefix"
-      - "traefik.http.middlewares.tl_api-stripprefix.stripprefix.prefixes=/api"
-      - "traefik.http.routers.tl_api.entrypoints=websecure"
-      - "traefik.http.routers.tl_api.tls.certresolver=yxt"
 
 networks:
   dockertest_bx_default: