Tots els compose

This commit is contained in:
Guillem Hernandez Sola
2026-06-30 13:12:37 +02:00
parent bebb2969f8
commit f1fe15d1b5
35 changed files with 2075 additions and 0 deletions

23
beszel/docker-compose.yml Normal file
View File

@@ -0,0 +1,23 @@
# /opt/stacks/beszel/docker-compose.yml
services:
beszel:
image: henrygd/beszel:latest
container_name: beszel
restart: unless-stopped
ports:
- "8090:8090" # Interfície web (només local)
volumes:
- beszel_data:/beszel_data # Volum named — més estable que path relatiu
environment:
TZ: Europe/Madrid
networks:
- shared_net
volumes:
beszel_data:
networks:
shared_net:
external: true
name: shared_net