Files
infrastructure/home-server/homepage/docker-compose.yml
2025-03-17 20:16:28 -06:00

13 lines
375 B
YAML

services:
homepage:
image: ghcr.io/gethomepage/homepage:latest
container_name: homepage
volumes:
- /data/homepage:/app/config
- /var/run/docker.sock:/var/run/docker.sock # pass local proxy
ports:
- 3001:3000
environment:
- HOMEPAGE_ALLOWED_HOSTS=server.alexmickelson.guru:3001,home.alexmickelson.guru
restart: unless-stopped