# /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