removed periphery from management stack
This commit is contained in:
parent
152155a26a
commit
7b701b9d8f
1 changed files with 1 additions and 22 deletions
|
|
@ -88,27 +88,6 @@ services:
|
|||
- komodo_external
|
||||
- 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:
|
||||
image: fmartinou/whats-up-docker:latest
|
||||
container_name: wud
|
||||
|
|
|
|||
Loading…
Reference in a new issue