removed periphery from management stack

This commit is contained in:
admin 2026-01-26 14:33:50 -07:00
parent 152155a26a
commit 7b701b9d8f

View file

@ -88,27 +88,6 @@ services:
- komodo_external - komodo_external
- management_internal - management_internal
periphery:
image: ghcr.io/moghtech/komodo-periphery:latest
container_name: komodo-periphery
cpus: 2.0
mem_limit: "2048m"
mem_reservation: "512m"
ports:
- "8120:8120"
#networks:
# - management_internal
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
- ./komodo/periphery-etc:/etc/komodo
wud: wud:
image: fmartinou/whats-up-docker:latest image: fmartinou/whats-up-docker:latest
container_name: wud container_name: wud