Pulumi code for my server setup
0
fork

Configure Feed

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

add more traefik secrets

+2 -1
+2 -1
services/haring/web/traefik.ts
··· 3 3 import { dockerSocket } from "~lib/service/mounts"; 4 4 import { getEnv } from "~lib/env"; 5 5 import { haringDockerProvider } from "~lib/service/providers"; 6 - import { SECRET_LABELS } from "./traefik-secrets"; 6 + import { SECRET_ARGS, SECRET_LABELS } from "./traefik-secrets"; 7 7 8 8 const traefikVolume = new Volume( 9 9 "traefik", ··· 84 84 85 85 // "--metrics.otlp=true", 86 86 // `--metrics.otlp.address=`, 87 + ...SECRET_ARGS, 87 88 ], 88 89 labels: { 89 90 "traefik.http.middlewares.httpsredirect.redirectscheme.scheme": "https",