mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-25 09:44:24 +01:00
extensions for homepage
This commit is contained in:
parent
a85fdace5b
commit
79f7fcd281
@ -8,10 +8,26 @@ services:
|
|||||||
# (Optional) Run as a specific user
|
# (Optional) Run as a specific user
|
||||||
# - PUID=your-user-id
|
# - PUID=your-user-id
|
||||||
# - PGID=your-group-id
|
# - PGID=your-group-id
|
||||||
|
# (Optional) For secret variables
|
||||||
|
# - HOMEPAGE_VAR_YOURSECRET=your-secret-key
|
||||||
ports:
|
ports:
|
||||||
- 3000:3000
|
- 3000:3000
|
||||||
volumes:
|
volumes:
|
||||||
- /path/to/config:/app/config
|
- ./config:/app/config
|
||||||
# (Optional) For local Docker integration
|
- ./images:/app/images # for custom background images
|
||||||
# - /var/run/docker.sock:/var/run/docker.sock
|
- ./icons:/app/icons # for custom icons
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
# (Optional) For secure docker socket integration
|
||||||
|
# dockerproxy:
|
||||||
|
# image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||||
|
# container_name: homepage-demo-1-dockerproxy
|
||||||
|
# environment:
|
||||||
|
# - CONTAINERS=1 # Allow access to viewing containers
|
||||||
|
# - SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||||
|
# - TASKS=1 # Allow access to viewing tasks (necessary when using Docker Swarm)
|
||||||
|
# - POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
|
# ports:
|
||||||
|
# - 127.0.0.1:2375:2375
|
||||||
|
# volumes:
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
|
# restart: unless-stopped
|
||||||
|
Loading…
Reference in New Issue
Block a user