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

21
glance/docker-compose.yml Normal file
View File

@@ -0,0 +1,21 @@
# /opt/stacks/glance/docker-compose.yml
services:
glance:
image: glanceapp/glance:latest
container_name: glance
restart: unless-stopped
ports:
- "127.0.0.1:8080:8080" # Interfície web (només local)
volumes:
- ./glance.yml:/app/glance.yml:ro # Configuració principal
- ./assets:/app/assets:ro # Assets locals (icones, imatges)
environment:
TZ: Europe/Madrid
networks:
- shared_net
networks:
shared_net:
external: true
name: shared_net

10
glance/glance.yml Normal file
View File

@@ -0,0 +1,10 @@
server:
port: 8080
pages:
- name: Inici
columns:
- size: full
widgets:
- type: clock
hour-format: 24h