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 8f6278c commit ab2d131Copy full SHA for ab2d131
app.yml
@@ -180,6 +180,19 @@ services:
180
networks:
181
- backend
182
183
+ redis:
184
+ # Eventually we'll probably want to use redis/redis-stack-server:7.4.0-v1 here,
185
+ # which excludes the RedisInsight GUI front-end.
186
+ image: redis/redis-stack:7.4.0-v1
187
+ environment:
188
+ REDIS_ARGS: '--maxmemory 4GB --maxmemory-policy allkeys-lru'
189
+ ports:
190
+ - '6379:6379'
191
+ - '8001:8001'
192
+ deploy:
193
+ resources:
194
+ limits:
195
+ memory: 4.2GB
196
197
migrate:
198
image: registry.gitlab.com/finestructure/swiftpackageindex:${VERSION}
0 commit comments