From 688ec49900f719ab62d6e47af9d80266ab9649a2 Mon Sep 17 00:00:00 2001 From: Bray Date: Tue, 7 Apr 2026 19:48:57 -0400 Subject: [PATCH] chore: remove comments from compose files --- databases/docker-compose.yml | 2 -- dns/docker-compose.yml | 2 -- git/docker-compose.yml | 5 ++--- master/docker-compose.yml | 7 +------ 4 files changed, 3 insertions(+), 13 deletions(-) diff --git a/databases/docker-compose.yml b/databases/docker-compose.yml index 1c54617..641fe24 100644 --- a/databases/docker-compose.yml +++ b/databases/docker-compose.yml @@ -58,8 +58,6 @@ services: - /proc:/proc:ro networks: - db-net - - # Exporters updated with new variables postgres-exporter: image: prometheuscommunity/postgres-exporter container_name: postgres-exporter diff --git a/dns/docker-compose.yml b/dns/docker-compose.yml index d115173..6a78043 100644 --- a/dns/docker-compose.yml +++ b/dns/docker-compose.yml @@ -21,13 +21,11 @@ services: cap_add: - SYS_NICE - # --- KOMODO AGENT (PERIPHERY) --- komodo-periphery: image: ghcr.io/moghtech/komodo-periphery:2 container_name: komodo-periphery restart: always environment: - # Points back to your Cloud VM Core PERIPHERY_CORE_ADDRESS: http://100.80.179.128:9120 PERIPHERY_CONNECT_AS: Mystic-DNS PERIPHERY_ONBOARDING_KEY: ${DNS_ONBOARD_KEY} diff --git a/git/docker-compose.yml b/git/docker-compose.yml index a372ded..5afb3d8 100644 --- a/git/docker-compose.yml +++ b/git/docker-compose.yml @@ -29,9 +29,9 @@ services: container_name: komodo-periphery restart: always environment: - PERIPHERY_CORE_ADDRESS: http://100.80.179.128:9120 # Added http:// + PERIPHERY_CORE_ADDRESS: http://100.80.179.128:9120 PERIPHERY_CONNECT_AS: Mystic-Git - PERIPHERY_ONBOARDING_KEY: ${GIT_ONBOARD_KEY} # From .env + PERIPHERY_ONBOARDING_KEY: ${GIT_ONBOARD_KEY} PERIPHERY_SERVER_ENABLED: "true" PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/hostname ports: @@ -43,7 +43,6 @@ services: networks: - git-net - # --- MONITORING --- node-exporter: image: prom/node-exporter:latest container_name: node-exporter diff --git a/master/docker-compose.yml b/master/docker-compose.yml index 4507bd1..fdbac9a 100644 --- a/master/docker-compose.yml +++ b/master/docker-compose.yml @@ -22,8 +22,6 @@ volumes: - ./komodo:/config - /var/run/docker.sock:/var/run/docker.sock - # FIX 1: Remove the /etc/ssl/certs mount. - # Mount ONLY your custom CA to the injection point. - /etc/ssl/certs/ca-certificates.crt:/usr/local/share/ca-certificates/caddy.crt:ro extra_hosts: - "auth.corebot.ca:host-gateway" @@ -35,7 +33,6 @@ container_name: authentik-server command: server environment: - # Database Connection to VM3 AUTHENTIK_POSTGRESQL__HOST: ${DB_VM_IP} AUTHENTIK_BOOTSTRAP_PASSWORD: ${AUTHENTIK_BOOTSTRAP_PASSWORD} AUTHENTIK_POSTGRESQL__USER: ${AUTHENTIK_PG_USER} @@ -97,7 +94,7 @@ restart: always ports: - '80:80' - - '81:81' # This is your new Admin UI + - '81:81' - '443:443' volumes: - ./npm/data:/data @@ -110,12 +107,10 @@ container_name: komodo-periphery restart: always environment: - # Use the service name so Docker DNS can find the Core container PERIPHERY_CORE_ADDRESS: http://komodo-core:9120 PERIPHERY_CONNECT_AS: Mystic-Master PERIPHERY_ONBOARDING_KEY: ${MYSTIC_ONBOARD_KEY} volumes: - # This allows Komodo to manage the containers on THIS Cloud VM - /var/run/docker.sock:/var/run/docker.sock networks: - monitor-net