From 82fe5b84fee808628e9c3879f8effc9de808058a Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 9 Aug 2026 18:53:52 +0000 Subject: [PATCH] Update Remote-Access_Containers/meshcentral/compose.yaml --- .../meshcentral/compose.yaml | 20 ------------------- 1 file changed, 20 deletions(-) diff --git a/Remote-Access_Containers/meshcentral/compose.yaml b/Remote-Access_Containers/meshcentral/compose.yaml index c35e9b9..ece2917 100644 --- a/Remote-Access_Containers/meshcentral/compose.yaml +++ b/Remote-Access_Containers/meshcentral/compose.yaml @@ -1,28 +1,8 @@ services: - meshcentral-config: - image: alpine:latest - container_name: meshcentral-config - restart: "no" - env_file: - - .env - volumes: - - /srv/docker/meshcentral/data:/data - entrypoint: ["/bin/sh", "-c"] - command: - - | - apk add --no-cache curl gettext jq > /dev/null - curl -fsSL https://scripts.gabesville.com/Gabesville/Docker-Compose/raw/branch/main/Remote-Access_Containers/meshcentral/config.json -o /tmp/config.template.json - envsubst < /tmp/config.template.json > /tmp/config.rendered.json - jq empty /tmp/config.rendered.json - cp /tmp/config.rendered.json /data/config.json - meshcentral: restart: unless-stopped container_name: meshcentral image: typhonragewind/meshcentral:latest - depends_on: - meshcentral-config: - condition: service_completed_successfully #ports: # - 8090:443 #MeshCentral will moan and try everything not to use port 80, but you can also use it if you so desire, just change the config.json according to your needs environment: