Remove periphery as we've baked it into the lxc template
This commit is contained in:
parent
775fcfa6f5
commit
95abf92f4e
1 changed files with 0 additions and 21 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue