feat: Update homepage.yaml with environment variables and volumes

This commit is contained in:
Andras Bacsai 2024-06-11 12:19:30 +02:00
parent 533587ce4e
commit 367a373904
2 changed files with 7 additions and 6 deletions

View File

@ -7,9 +7,10 @@
services: services:
homepage: homepage:
image: ghcr.io/gethomepage/homepage:latest image: ghcr.io/gethomepage/homepage:latest
container_name: homepage environment:
ports: - SERVICE_FQDN_HOMEPAGE_3000
- 0.0.0.0:3000:3000 - HOMEPAGE_VAR_BASE=${SERVICE_FQDN_HOMEPAGE}
volumes: volumes:
- /path/to/config:/app/config # Make sure your local config directory exists - homepage-config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations - homepage-images:/app/public/images
- /var/run/docker.sock:/var/run/docker.sock

File diff suppressed because one or more lines are too long