This commit is contained in:
2024-04-02 21:58:31 +02:00
parent 7dc441b2fc
commit 562834d131
29 changed files with 746 additions and 0 deletions

View File

@ -0,0 +1,17 @@
version: "3.3"
services:
homepage:
container_name: Homepage-App
hostname: Homepage-App
image: ghcr.io/gethomepage/homepage:latest
ports:
- 3000:3000
volumes:
- ./config:/app/config
- ./images:/app/images
- ./icones:/app/icones
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations, see alternative methods
environment:
PUID: $PUID
PGID: $PGID
restart: unless-stopped