apps/homepage/docker-compose.yml aktualisiert

This commit is contained in:
2026-04-09 17:15:20 +00:00
parent 6d82e4d103
commit 40ad35ec22
+4 -3
View File
@@ -4,14 +4,15 @@ services:
container_name: homepage container_name: homepage
restart: unless-stopped restart: unless-stopped
env_file: env_file:
- .env - /mnt/user/appdata/homepage/.env
environment: environment:
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/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
@@ -26,4 +27,4 @@ services:
networks: networks:
frontend_net: frontend_net:
external: true external: true