full refactor

edu_master
glance
n8n
nextcloud
portainer
traefik

gitignore comments
This commit is contained in:
2025-11-15 13:30:51 +01:00
parent b51a1c7ee6
commit fd3d2affe7
7 changed files with 39 additions and 27 deletions
+22
View File
@@ -0,0 +1,22 @@
services:
glance:
container_name: glance
image: glanceapp/glance
restart: unless-stopped
volumes:
- ./config:/app/config:ro
- ./assets:/app/assets:ro
- /etc/localtime:/etc/localtime:ro
- /var/run/docker.sock:/var/run/docker.sock:ro
env_file: .env
labels:
- "traefik.enable=true"
- "traefik.docker.network=traefik-proxy"
networks:
- traefik-proxy
dns:
- 1.1.1.1
- 8.8.8.8
networks:
traefik-proxy:
external: true