removed periphery from management stack
This commit is contained in:
parent
152155a26a
commit
7b701b9d8f
1 changed files with 1 additions and 22 deletions
|
|
@ -87,28 +87,7 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- 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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue