apps/homepage/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-09 17:15:20 +00:00
parent 6d82e4d103
commit 40ad35ec22
+3 -2
View File
@@ -4,14 +4,15 @@ services:
container_name: homepage
restart: unless-stopped
env_file:
- .env
- /mnt/user/appdata/homepage/.env
environment:
HOMEPAGE_ALLOWED_HOSTS: home.kaleschke.info
volumes:
- /mnt/user/appdata/homepage:/app/config
- /mnt/user/appdata/homepage/images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- frontend_net
labels:
- traefik.enable=true
- traefik.docker.network=frontend_net