Add komodo_periphery

This commit is contained in:
2025-08-15 18:43:42 +05:30
parent d39be3cb50
commit 80dd317e3c

View File

@@ -0,0 +1,13 @@
services:
komodo_periphery:
container_name: komodo_periphery
image: ghcr.io/moghtech/komodo-periphery:1.18.4
restart: unless-stopped
labels:
komodo.skip:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY} #Change me
ports:
- 8120:8120