File tree Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Expand file tree Collapse file tree 2 files changed +0
-33
lines changed Original file line number Diff line number Diff line change @@ -150,23 +150,6 @@ services:
150
150
- " ${PG_PORT}:5432"
151
151
volumes :
152
152
- postgres_data:/var/lib/postgresql/data/
153
-
154
-
155
- rabbitmq :
156
- image : rabbitmq:3-management
157
- container_name : rabbitmq
158
- environment :
159
- - RABBITMQ_DEFAULT_USER=guest
160
- - RABBITMQ_DEFAULT_PASS=guest
161
- ports :
162
- - " 5672:5672"
163
- - " 15672:15672"
164
- healthcheck :
165
- test : rabbitmq-diagnostics -q ping
166
- interval : 30s
167
- timeout : 30s
168
- retries : 5
169
- start_period : 30s
170
153
171
154
redis :
172
155
container_name : redis
Original file line number Diff line number Diff line change @@ -127,22 +127,6 @@ services:
127
127
volumes :
128
128
- postgres_data:/var/lib/postgresql/data/
129
129
130
- rabbitmq :
131
- image : rabbitmq:3-management
132
- container_name : rabbitmq
133
- environment :
134
- - RABBITMQ_DEFAULT_USER=guest
135
- - RABBITMQ_DEFAULT_PASS=guest
136
- ports :
137
- - " 5672:5672"
138
- - " 15672:15672"
139
- healthcheck :
140
- test : rabbitmq-diagnostics -q ping
141
- interval : 30s
142
- timeout : 30s
143
- retries : 5
144
- start_period : 30s
145
-
146
130
redis :
147
131
container_name : redis
148
132
image : redis:7
You can’t perform that action at this time.
0 commit comments