We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd7e79 commit 005a8e0Copy full SHA for 005a8e0
docker-compose.yml
@@ -37,8 +37,6 @@ services:
37
# image: mysql:8.2
38
# container_name: gpt-load-mysql
39
# restart: always
40
- # ports:
41
- # - "3306:3306"
42
# environment:
43
# MYSQL_ROOT_PASSWORD: 123456
44
# MYSQL_DATABASE: gpt-load
@@ -57,8 +55,6 @@ services:
57
55
# POSTGRES_USER: postgres
58
56
# POSTGRES_PASSWORD: 123456
59
# POSTGRES_DB: gpt-load
60
61
- # - "5432:5432"
62
# volumes:
63
# - ./data/postgres:/var/lib/postgresql/data
64
# healthcheck:
@@ -71,8 +67,6 @@ services:
71
67
# image: redis:latest
72
68
# container_name: gpt-load-redis
73
69
74
75
- # - "6379:6379"
76
70
77
# test: ["CMD", "redis-cli", "ping"]
78
# interval: 5s
0 commit comments