chore: remove comments from compose files
This commit is contained in:
parent
f0b34ad068
commit
688ec49900
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue