Fix: Fixed remote state storage in S3 Bucket

This commit is contained in:
2026-07-27 21:36:23 +01:00
parent a528867ef5
commit 7a61260a07
6 changed files with 65 additions and 127 deletions
+2
View File
@@ -2,6 +2,8 @@ services:
home:
image: ghcr.io/gethomepage/homepage:latest
container_name: home
environment:
- HOMEPAGE_ALLOWED_HOSTS=home.luke-else.co.uk
volumes:
- ./home/config:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro