homepage
This commit is contained in:
@@ -3,19 +3,19 @@ version: "3.8"
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
dockerproxy:
|
dockerproxy:
|
||||||
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
image: ghcr.io/tecnativa/docker-socket-proxy:latest
|
||||||
container_name: dockerproxy
|
container_name: dockerproxy
|
||||||
environment:
|
environment:
|
||||||
- CONTAINERS=1 # Allow access to viewing containers
|
- CONTAINERS=1 # Allow access to viewing containers
|
||||||
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
- SERVICES=1 # Allow access to viewing services (necessary when using Docker Swarm)
|
||||||
- TASKS=1 # Allow access to viewing tasks (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)
|
- POST=0 # Disallow any POST operations (effectively read-only)
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:2375:2375
|
- 127.0.0.1:2375:2375
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
- /var/run/docker.sock:/var/run/docker.sock:ro # Mounted as read-only
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
||||||
homepage:
|
homepage:
|
||||||
image: ghcr.io/gethomepage/homepage:latest
|
image: ghcr.io/gethomepage/homepage:latest
|
||||||
container_name: homepage
|
container_name: homepage
|
||||||
|
|||||||
Reference in New Issue
Block a user