batch rename docker-compose.yml -> compose.yaml across 19 stacks

This commit is contained in:
openhands
2026-07-16 04:48:13 +00:00
parent 0e278f98fe
commit 41cc2c0999
19 changed files with 0 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
homepage:
image: ${HOMEPAGE_IMAGE:-ghcr.io/gethomepage/homepage:latest}
restart: unless-stopped
volumes:
- homepage-config:/app/config
- /var/run/docker.sock:/var/run/docker.sock # Optional, for Docker integrations
environment:
- TZ=${TZ:-America/Vancouver} # optional, if your app needs a timezone
volumes:
homepage-config:
name: homepage-config