[Komodo] admin: Write Compose File: update compose.yaml
This commit is contained in:
parent
077ddebdba
commit
9b025d6ba8
1 changed files with 13 additions and 0 deletions
13
compose.yaml
13
compose.yaml
|
|
@ -56,3 +56,16 @@ services:
|
|||
- /app-config/vw-data:/data
|
||||
networks:
|
||||
- proxy_network
|
||||
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
ports:
|
||||
- 3000:3000
|
||||
volumes:
|
||||
- /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
|
||||
environment:
|
||||
HOMEPAGE_ALLOWED_HOSTS: home.sascha-lutz.de # required, may need port. See gethomepage.dev/installation/#homepage_allowed_hosts
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
Loading…
Add table
Add a link
Reference in a new issue