From 005a8e0bd7038f8769f1904196e2e99c237f72ec Mon Sep 17 00:00:00 2001 From: tbphp Date: Mon, 4 Aug 2025 21:09:30 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=80=83=E8=99=91=E5=AE=89=E5=85=A8?= =?UTF-8?q?=E6=80=A7=EF=BC=8C=E4=B8=8D=E5=86=8D=E6=98=A0=E5=B0=84=E7=AB=AF?= =?UTF-8?q?=E5=8F=A3=20(#118)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index bd5e1dd..e9557d0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -37,8 +37,6 @@ services: # image: mysql:8.2 # container_name: gpt-load-mysql # restart: always - # ports: - # - "3306:3306" # environment: # MYSQL_ROOT_PASSWORD: 123456 # MYSQL_DATABASE: gpt-load @@ -57,8 +55,6 @@ services: # POSTGRES_USER: postgres # POSTGRES_PASSWORD: 123456 # POSTGRES_DB: gpt-load - # ports: - # - "5432:5432" # volumes: # - ./data/postgres:/var/lib/postgresql/data # healthcheck: @@ -71,8 +67,6 @@ services: # image: redis:latest # container_name: gpt-load-redis # restart: always - # ports: - # - "6379:6379" # healthcheck: # test: ["CMD", "redis-cli", "ping"] # interval: 5s