mirror of
https://github.com/pvlnes/homelab.git
synced 2026-04-05 18:11:47 +00:00
13 lines
337 B
YAML
13 lines
337 B
YAML
services:
|
|
homepage:
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
container_name: homepage
|
|
restart: unless-stopped
|
|
ports:
|
|
- "127.0.0.1:3050:3000"
|
|
volumes:
|
|
- /srv/homepage/config:/app/config
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
|
environment:
|
|
- HOMEPAGE_ALLOWED_HOSTS=home.sesur.dev
|