Merge branch 'dev'

This commit is contained in:
shamoon 2025-03-15 07:43:30 -07:00
commit 42af93bef3
No known key found for this signature in database
8 changed files with 23 additions and 11 deletions

View file

@ -223,6 +223,9 @@ spec:
- name: homepage
image: "ghcr.io/gethomepage/homepage:latest"
imagePullPolicy: Always
env:
- name: HOMEPAGE_ALLOWED_HOSTS
value: gethomepage.dev # required, may need port
ports:
- name: http
containerPort: 3000