feat: Update homepage.yaml with environment variables and volumes
This commit is contained in:
parent
533587ce4e
commit
367a373904
@ -7,9 +7,10 @@
|
||||
services:
|
||||
homepage:
|
||||
image: ghcr.io/gethomepage/homepage:latest
|
||||
container_name: homepage
|
||||
ports:
|
||||
- 0.0.0.0:3000:3000
|
||||
environment:
|
||||
- SERVICE_FQDN_HOMEPAGE_3000
|
||||
- HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
|
||||
volumes:
|
||||
- /path/to/config:/app/config # Make sure your local config directory exists
|
||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||
- homepage-config:/app/config
|
||||
- homepage-images:/app/public/images
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user