feat(homepage):docker-compose

This commit is contained in:
2026-04-01 22:25:20 +02:00
parent 159373354f
commit 0315ae7043

View File

@@ -0,0 +1,12 @@
version: "3.8"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- "3004:3000"
volumes:
- /srv/docker/daten/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped