monitoring

This commit is contained in:
2026-04-20 18:00:06 +02:00
parent 72a03d0101
commit 8ab6ecfac1

View File

@@ -19,12 +19,14 @@ services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
ports: network_mode: host
- "3004:3000" # ports:
# - "3004:3000"
volumes: volumes:
- /srv/docker/daten/homepage:/app/config - /srv/docker/daten/homepage:/app/config
- /srv/docker/daten/homepage/icons:/app/public/icons - /srv/docker/daten/homepage/icons:/app/public/icons
- /var/run/docker.sock:/var/run/docker.sock:ro - /var/run/docker.sock:/var/run/docker.sock:ro
environment: environment:
- PORT=3004
- HOMEPAGE_ALLOWED_HOSTS=192.168.178.204:3004,localhost - HOMEPAGE_ALLOWED_HOSTS=192.168.178.204:3004,localhost
restart: unless-stopped restart: unless-stopped