12 lines
366 B
YAML
12 lines
366 B
YAML
name: homepage
|
|
services:
|
|
app:
|
|
environment:
|
|
DOCKER_TEMPLATE_CREATED: true
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
ports:
|
|
- "3001:3000"
|
|
restart: unless-stopped
|
|
volumes:
|
|
- ./config:/app/config # Make sure your local config directory exists
|
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations |