[Komodo] admin: Write Stack File: update compose.yaml

This commit is contained in:
komodo 2025-11-25 19:02:54 +01:00
parent 0d69a1cf65
commit 9b1204ce04

View file

@ -56,13 +56,13 @@ services:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage container_name: homepage
restart: always restart: always
expose: ports:
- 3000 - 10.200.200.254:3000:3000
volumes: volumes:
- /app-config/homepage/:/app/config # Make sure your local config directory exists - /app-config/homepage/:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods - /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
environment: environment:
HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de,10.3.1.100:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts HOMEPAGE_ALLOWED_HOSTS: 10.200.200.254:3000 # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
PUID: 1000 PUID: 1000
PGID: 1000 PGID: 1000
networks: networks: