Преглед изворни кода

feat(docker-compose): 恢复 --gateway-mode disabled,当前 Docker 部署不需要 Higress

kinglee пре 1 недеља
родитељ
комит
dcae4db2b8
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docker-compose/docker-compose.server.yaml

+ 1 - 1
docker-compose/docker-compose.server.yaml

@@ -24,7 +24,7 @@ services:
     depends_on:
     depends_on:
       postgres:
       postgres:
         condition: service_healthy
         condition: service_healthy
-    entrypoint: ["/usr/bin/entrypoint.sh", "--gateway-mode", "embedded"]
+    entrypoint: ["/usr/bin/entrypoint.sh", "--gateway-mode", "disabled"]
     environment:
     environment:
       GPUSTACK_DATABASE_URL: postgresql://gpustack:${POSTGRES_PASSWORD:-gpustack}@postgres:5432/gpustack
       GPUSTACK_DATABASE_URL: postgresql://gpustack:${POSTGRES_PASSWORD:-gpustack}@postgres:5432/gpustack
     volumes:
     volumes: