Update komodo and komodo_periphery

This commit is contained in:
2025-08-15 20:04:46 +05:30
parent de5a5dc7d3
commit f18c36310f
2 changed files with 12 additions and 8 deletions

View File

@@ -5,12 +5,13 @@ services:
restart: unless-stopped
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} #Change me
- ${PERIPHERY_ROOT_DIRECTORY}:${PERIPHERY_ROOT_DIRECTORY}
ports:
- 8120:8120
- ${PORT}:8120
networks:
- backend