fix(beszel): disable built-in auth — Authelia handles authentication

This commit is contained in:
2026-03-30 09:05:07 +00:00
parent 79a6317e7e
commit 9b5da43295
+1 -11
View File
@@ -3,24 +3,18 @@ services:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
environment:
APP_URL: https://beszel.kaleschke.info
DISABLE_PASSWORD_AUTH: "true"
volumes:
- /mnt/user/appdata/beszel/data:/beszel_data
- /mnt/user/appdata/beszel/socket:/beszel_socket
ports:
- "127.0.0.1:8090:8090"
networks:
- frontend_net
security_opt:
- no-new-privileges:true
labels:
- traefik.enable=true
- traefik.docker.network=frontend_net
@@ -35,23 +29,19 @@ services:
image: henrygd/beszel-agent:latest
container_name: beszel-agent
restart: unless-stopped
network_mode: host
volumes:
- /mnt/user/appdata/beszel/agent:/var/lib/beszel-agent
- /mnt/user/appdata/beszel/socket:/beszel_socket
- /var/run/docker.sock:/var/run/docker.sock:ro
environment:
LISTEN: /beszel_socket/beszel.sock
HUB_URL: http://127.0.0.1:8090
KEY: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIV21KICYgW9/lyd25mSsyd82IVG30Mj0juIT4oQkK1s"
TOKEN: "d8ec9c23-f26f-479f-8322-18b17e8d4244"
security_opt:
- no-new-privileges:true
networks:
frontend_net:
external: true
external: true