Skip to content

Commit

Permalink
fix(infra): upgrading ceramic node and disabling pubsub
Browse files Browse the repository at this point in the history
  • Loading branch information
nutrina committed Jan 30, 2023
1 parent d28879f commit f2c0587
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion infra/ceramic-mainnet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ const service = new awsx.ecs.FargateService("dpopp-ceramic", {
taskDefinitionArgs: {
containers: {
ceramic: {
image: "ceramicnetwork/js-ceramic:2.20.0",
image: "ceramicnetwork/js-ceramic:095cfd1a75b15c151ee17445be106f6b9a37cdf7",
memory: 8192,
cpu: 4096,
portMappings: [httpsListener],
Expand All @@ -355,6 +355,7 @@ const service = new awsx.ecs.FargateService("dpopp-ceramic", {
{ name: "AWS_SECRET_ACCESS_KEY", value: usrS3Secret },
{ name: "NODE_OPTIONS", value: "--max-old-space-size=7168" },
{ name: "CERAMIC_STREAM_CACHE_LIMIT", value: "20000" },
{ name: "CERAMIC_DISABLE_PUBSUB_UPDATES", value: "true" },
],
},
},
Expand Down

0 comments on commit f2c0587

Please sign in to comment.