Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3381632
D3851.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
485 B
Referenced Files
None
Subscribers
None
D3851.diff
View Options
diff --git a/keyserver/docker-compose.yml b/keyserver/docker-compose.yml
--- a/keyserver/docker-compose.yml
+++ b/keyserver/docker-compose.yml
@@ -7,3 +7,15 @@
image: commapp/node-keyserver:1.0
ports:
- "3000:3000"
+ environment:
+ REDIS_URL: redis://cache
+ depends_on:
+ - cache
+ links:
+ - cache
+ cache:
+ image: redis:6.2.6-bullseye
+ restart: always
+ ports:
+ - "6379:6379"
+ command: redis-server --loglevel warning
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Nov 29, 5:37 AM (21 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2596072
Default Alt Text
D3851.diff (485 B)
Attached To
Mode
D3851: [keyserver] Add Redis to docker-compose.yml
Attached
Detach File
Event Timeline
Log In to Comment