Archive komodo

This commit is contained in:
2025-11-18 19:27:28 +05:30
parent 037740be17
commit ed805754b5
7 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
services:
komodo_periphery:
container_name: komodo_periphery
image: ghcr.io/moghtech/komodo-periphery:1.19.5
restart: unless-stopped
hostname: ${HOSTNAME}
labels:
komodo.skip:
command: periphery --config-path ${PERIPHERY_ROOT_DIRECTORY}/periphery.config.toml
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY}
ports:
- ${PORT}:8120
networks:
- backend
networks:
backend:
external: true