added periphery
This commit is contained in:
parent
22fbf7f25f
commit
152155a26a
1 changed files with 19 additions and 0 deletions
19
periphery/docker-compose.yml
Normal file
19
periphery/docker-compose.yml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
services:
|
||||
periphery:
|
||||
image: ghcr.io/moghtech/komodo-periphery:latest
|
||||
container_name: komodo-periphery
|
||||
cpus: 2.0
|
||||
mem_limit: "2048m"
|
||||
mem_reservation: "512m"
|
||||
ports:
|
||||
- "8120:8120"
|
||||
user: root
|
||||
labels:
|
||||
- "komodo.skip=true"
|
||||
restart: unless-stopped
|
||||
#env_file: ./.env
|
||||
volumes:
|
||||
- /var/run/docker.sock:/var/run/docker.sock
|
||||
- /root/.docker/config.json:/root/.docker/config.json:ro
|
||||
- /proc:/proc
|
||||
- ./etc:/etc/komodo
|
||||
Loading…
Reference in a new issue