repo migration

This commit is contained in:
2026-04-30 12:55:38 +02:00
parent a389cd7268
commit 7bff2d3c16
4 changed files with 239 additions and 0 deletions

19
docker-compose.yaml Normal file
View File

@@ -0,0 +1,19 @@
services:
glance:
container_name: glance
image: glanceapp/glance:latest
restart: unless-stopped
volumes:
- ./config:/app/config
- ./assets:/app/assets
- /etc/localtime:/etc/localtime:ro
# Optionally, also mount docker socket if you want to use the docker containers widget
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- homelab
#ports:
# - 8083:8080
env_file: .env
networks:
homelab:
external: true