FIX: Changed all .yml to .yaml in orded to have the same way

This commit is contained in:
2025-08-28 12:35:48 +02:00
parent 08f669a770
commit 81c22b7c7a
16 changed files with 0 additions and 0 deletions

13
komodo/agent-compose.yaml Normal file
View File

@@ -0,0 +1,13 @@
services:
periphery:
image: ghcr.io/moghtech/komodo-periphery:latest
container_name: komodo-periphery
restart: unless-stopped
ports:
- "8120:8120"
env_file:
- .env
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /proc:/proc
- /etc/komodo:/etc/komodo