Remove periphery as we've baked it into the lxc template

This commit is contained in:
admin 2026-01-27 13:50:16 -07:00
parent 775fcfa6f5
commit 95abf92f4e

View file

@ -1,25 +1,4 @@
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
- /docker/periphery/etc:/etc/komodo
environment:
- PERIPHERY_ID=${HOSTNAME}
dns:
image: technitium/dns-server:latest
container_name: dns-${NODE_ID} # Becomes dns-1 or dns-2