Added homepage docker-compose
This commit is contained in:
@@ -1,9 +1,12 @@
|
|||||||
|
name: homepage
|
||||||
services:
|
services:
|
||||||
homepage:
|
app:
|
||||||
|
environment:
|
||||||
|
DOCKER_TEMPLATE_CREATED: true
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- "3001:3000"
|
||||||
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/app/config # Make sure your local config directory exists
|
- ./config:/app/config # Make sure your local config directory exists
|
||||||
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
- /var/run/docker.sock:/var/run/docker.sock # (optional) For docker integrations
|
||||||
Reference in New Issue
Block a user