diff --git a/komodo/agent-compose.yml b/komodo/agent-compose.yml new file mode 100644 index 0000000..a7910af --- /dev/null +++ b/komodo/agent-compose.yml @@ -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 \ No newline at end of file