apps/homepage/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-09 08:26:18 +00:00
parent 1ec3aeea69
commit 6d82e4d103
+1 -3
View File
@@ -9,11 +9,9 @@ services:
HOMEPAGE_ALLOWED_HOSTS: home.kaleschke.info HOMEPAGE_ALLOWED_HOSTS: home.kaleschke.info
volumes: volumes:
- /mnt/user/appdata/homepage:/app/config - /mnt/user/appdata/homepage:/app/config
- /mnt/user/appdata/homepage:/app
- /mnt/user/appdata/homepage/images:/app/public/images - /mnt/user/appdata/homepage/images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
networks:
- frontend_net
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.docker.network=frontend_net - traefik.docker.network=frontend_net