backup Arcane Manager 本机项目配置

This commit is contained in:
Codex
2026-09-07 10:25:04 -07:00
parent cdd84c64f2
commit 8289822ce7
10 changed files with 175 additions and 0 deletions
@@ -0,0 +1,14 @@
services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
environment:
HOMEPAGE_ALLOWED_HOSTS: 192.168.50.45:3001
PUID: 1000
PGID: 1000
ports:
- "3001:3000"
volumes:
- ${APP_CONFIG}:/app/config
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped