@@ -70,7 +70,7 @@ services:
70
70
- fromGroup : logfire-server
71
71
72
72
# Workers
73
- - type : pserv
73
+ - type : web # Use a web service to allow health checks
74
74
name : worker
75
75
runtime : image
76
76
image :
@@ -117,13 +117,13 @@ services:
117
117
property : port
118
118
- key : POLAR_REDIS_DB
119
119
value : 0
120
- - fromGroup : google-production
121
- - fromGroup : github-production
122
- - fromGroup : backend-production
123
- - fromGroup : stripe-production
124
- - fromGroup : logfire-worker
120
+ # - fromGroup: google-production
121
+ # - fromGroup: github-production
122
+ # - fromGroup: backend-production
123
+ # - fromGroup: stripe-production
124
+ # - fromGroup: logfire-worker
125
125
126
- - type : pserv
126
+ - type : web # Use a web service to allow health checks
127
127
name : worker-github
128
128
runtime : image
129
129
image :
@@ -170,10 +170,10 @@ services:
170
170
property : port
171
171
- key : POLAR_REDIS_DB
172
172
value : 0
173
- - fromGroup : google-production
174
- - fromGroup : github-production
175
- - fromGroup : backend-production
176
- - fromGroup : stripe-production
173
+ # - fromGroup: google-production
174
+ # - fromGroup: github-production
175
+ # - fromGroup: backend-production
176
+ # - fromGroup: stripe-production
177
177
178
178
- type : redis
179
179
name : redis
@@ -249,7 +249,7 @@ services:
249
249
- fromGroup : stripe-sandbox
250
250
251
251
# Workers
252
- - type : pserv
252
+ - type : web # Use a web service to allow health checks
253
253
name : worker-sandbox
254
254
runtime : image
255
255
image :
@@ -294,12 +294,12 @@ services:
294
294
property : port
295
295
- key : POLAR_REDIS_DB
296
296
value : 1
297
- - fromGroup : google-sandbox
298
- - fromGroup : github-sandbox
299
- - fromGroup : backend-sandbox
300
- - fromGroup : stripe-sandbox
297
+ # - fromGroup: google-sandbox
298
+ # - fromGroup: github-sandbox
299
+ # - fromGroup: backend-sandbox
300
+ # - fromGroup: stripe-sandbox
301
301
302
- - type : pserv
302
+ - type : web # Use a web service to allow health checks
303
303
name : worker-github-sandbox
304
304
runtime : image
305
305
image :
@@ -344,10 +344,10 @@ services:
344
344
property : port
345
345
- key : POLAR_REDIS_DB
346
346
value : 1
347
- - fromGroup : google-sandbox
348
- - fromGroup : github-sandbox
349
- - fromGroup : backend-sandbox
350
- - fromGroup : stripe-sandbox
347
+ # - fromGroup: google-sandbox
348
+ # - fromGroup: github-sandbox
349
+ # - fromGroup: backend-sandbox
350
+ # - fromGroup: stripe-sandbox
351
351
352
352
databases :
353
353
- name : db
0 commit comments