Harden code-server and move Redis password to secret file

Harden code-server and move Redis password to secret file
This commit is contained in:
2026-04-17 07:56:29 +02:00
parent 0f95e61c6f
commit 96d9015867
6 changed files with 50 additions and 9 deletions
+1
View File
@@ -31,6 +31,7 @@ services:
- traefik.http.routers.code-server.entrypoints=websecure
- traefik.http.routers.code-server.tls=true
- traefik.http.routers.code-server.tls.certresolver=le
- traefik.http.routers.code-server.middlewares=authelia@file,secure-headers@file
- traefik.http.services.code-server.loadbalancer.server.port=8443
networks: