ADD: Agent compose file
This commit is contained in:
13
komodo/agent-compose.yml
Normal file
13
komodo/agent-compose.yml
Normal 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
|
||||||
Reference in New Issue
Block a user