add homepage

This commit is contained in:
2023-10-18 16:48:42 +08:00
parent 087fd52344
commit 6d68203b5e

View File

@@ -0,0 +1,19 @@
version: "3.3"
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
ports:
- 3002:3000
volumes:
- ./data:/app/config # Make sure your local config directory exists
- /var/run/docker.sock:/var/run/docker.sock:ro # optional, for docker integrations
restart: unless-stopped
networks:
nginx:
aliases:
- homepage
networks:
nginx:
external: true