12 lines
393 B
YAML
12 lines
393 B
YAML
services:
|
|
homepage-test:
|
|
image: ghcr.io/gethomepage/homepage:latest
|
|
container_name: homepage-test
|
|
restart: unless-stopped
|
|
ports:
|
|
- "3007:3000"
|
|
environment:
|
|
- HOMEPAGE_ALLOWED_HOSTS=localhost:3007,192.168.1.205:3007,www.kitestacks.test.com,kitestacks.test.com
|
|
volumes:
|
|
- ./config-test:/app/config
|
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|