Pulumi code for my server setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix valkey command

+1 -1
+1 -1
services/haring/networking/unbound/unbound.ts
··· 12 12 image: "valkey/valkey", 13 13 command: [ 14 14 interpolate`--requirepass ${getEnv("VALKEY_PASSWORD")}`, 15 - "--save 300", 15 + "--save 300 1", 16 16 "--loglevel warning", 17 17 ], 18 18 volumes: [{ volumeName: "valkey-unbound", containerPath: "/data" }],