Update file names and remove useless things

This commit is contained in:
2026-02-24 19:39:55 +05:30
parent 9fe8704abe
commit 98617d8a21
55 changed files with 0 additions and 89 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