Remove deprecated Docker Compose files and configurations for various services including edu_master, glance, homer, and traefik. Introduce new Docker Compose files for dockmon, glance, homer, and traefik with updated configurations and environment variables. Ensure all services are integrated with Traefik for routing and TLS management.

This commit is contained in:
2025-11-11 01:32:14 +01:00
parent 32aac89fdf
commit 0403524992
6 changed files with 57 additions and 65 deletions
+17
View File
@@ -0,0 +1,17 @@
services:
homer:
image: b4bz/homer
container_name: homer
volumes:
- ./homer/config:/www/assets # Make sure your local config directory exists
ports:
- 8090:8080
# - 8080:8080
user: 1000:1000 # default
environment:
- INIT_ASSETS=1 # default, requires the config directory to be writable for the container user (see user option)
restart: unless-stopped
dns:
- 1.1.1.1
- 8.8.8.8