chore: remove comments from compose files
This commit is contained in:
parent
f0b34ad068
commit
688ec49900
|
|
@ -58,8 +58,6 @@ services:
|
||||||
- /proc:/proc:ro
|
- /proc:/proc:ro
|
||||||
networks:
|
networks:
|
||||||
- db-net
|
- db-net
|
||||||
|
|
||||||
# Exporters updated with new variables
|
|
||||||
postgres-exporter:
|
postgres-exporter:
|
||||||
image: prometheuscommunity/postgres-exporter
|
image: prometheuscommunity/postgres-exporter
|
||||||
container_name: postgres-exporter
|
container_name: postgres-exporter
|
||||||
|
|
|
||||||
|
|
@ -21,13 +21,11 @@ services:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_NICE
|
- SYS_NICE
|
||||||
|
|
||||||
# --- KOMODO AGENT (PERIPHERY) ---
|
|
||||||
komodo-periphery:
|
komodo-periphery:
|
||||||
image: ghcr.io/moghtech/komodo-periphery:2
|
image: ghcr.io/moghtech/komodo-periphery:2
|
||||||
container_name: komodo-periphery
|
container_name: komodo-periphery
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Points back to your Cloud VM Core
|
|
||||||
PERIPHERY_CORE_ADDRESS: http://100.80.179.128:9120
|
PERIPHERY_CORE_ADDRESS: http://100.80.179.128:9120
|
||||||
PERIPHERY_CONNECT_AS: Mystic-DNS
|
PERIPHERY_CONNECT_AS: Mystic-DNS
|
||||||
PERIPHERY_ONBOARDING_KEY: ${DNS_ONBOARD_KEY}
|
PERIPHERY_ONBOARDING_KEY: ${DNS_ONBOARD_KEY}
|
||||||
|
|
|
||||||
|
|
@ -29,9 +29,9 @@ services:
|
||||||
container_name: komodo-periphery
|
container_name: komodo-periphery
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
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_CONNECT_AS: Mystic-Git
|
||||||
PERIPHERY_ONBOARDING_KEY: ${GIT_ONBOARD_KEY} # From .env
|
PERIPHERY_ONBOARDING_KEY: ${GIT_ONBOARD_KEY}
|
||||||
PERIPHERY_SERVER_ENABLED: "true"
|
PERIPHERY_SERVER_ENABLED: "true"
|
||||||
PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/hostname
|
PERIPHERY_INCLUDE_DISK_MOUNTS: /etc/hostname
|
||||||
ports:
|
ports:
|
||||||
|
|
@ -43,7 +43,6 @@ services:
|
||||||
networks:
|
networks:
|
||||||
- git-net
|
- git-net
|
||||||
|
|
||||||
# --- MONITORING ---
|
|
||||||
node-exporter:
|
node-exporter:
|
||||||
image: prom/node-exporter:latest
|
image: prom/node-exporter:latest
|
||||||
container_name: node-exporter
|
container_name: node-exporter
|
||||||
|
|
|
||||||
|
|
@ -22,8 +22,6 @@
|
||||||
volumes:
|
volumes:
|
||||||
- ./komodo:/config
|
- ./komodo:/config
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /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
|
- /etc/ssl/certs/ca-certificates.crt:/usr/local/share/ca-certificates/caddy.crt:ro
|
||||||
extra_hosts:
|
extra_hosts:
|
||||||
- "auth.corebot.ca:host-gateway"
|
- "auth.corebot.ca:host-gateway"
|
||||||
|
|
@ -35,7 +33,6 @@
|
||||||
container_name: authentik-server
|
container_name: authentik-server
|
||||||
command: server
|
command: server
|
||||||
environment:
|
environment:
|
||||||
# Database Connection to VM3
|
|
||||||
AUTHENTIK_POSTGRESQL__HOST: ${DB_VM_IP}
|
AUTHENTIK_POSTGRESQL__HOST: ${DB_VM_IP}
|
||||||
AUTHENTIK_BOOTSTRAP_PASSWORD: ${AUTHENTIK_BOOTSTRAP_PASSWORD}
|
AUTHENTIK_BOOTSTRAP_PASSWORD: ${AUTHENTIK_BOOTSTRAP_PASSWORD}
|
||||||
AUTHENTIK_POSTGRESQL__USER: ${AUTHENTIK_PG_USER}
|
AUTHENTIK_POSTGRESQL__USER: ${AUTHENTIK_PG_USER}
|
||||||
|
|
@ -97,7 +94,7 @@
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- '80:80'
|
- '80:80'
|
||||||
- '81:81' # This is your new Admin UI
|
- '81:81'
|
||||||
- '443:443'
|
- '443:443'
|
||||||
volumes:
|
volumes:
|
||||||
- ./npm/data:/data
|
- ./npm/data:/data
|
||||||
|
|
@ -110,12 +107,10 @@
|
||||||
container_name: komodo-periphery
|
container_name: komodo-periphery
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
# Use the service name so Docker DNS can find the Core container
|
|
||||||
PERIPHERY_CORE_ADDRESS: http://komodo-core:9120
|
PERIPHERY_CORE_ADDRESS: http://komodo-core:9120
|
||||||
PERIPHERY_CONNECT_AS: Mystic-Master
|
PERIPHERY_CONNECT_AS: Mystic-Master
|
||||||
PERIPHERY_ONBOARDING_KEY: ${MYSTIC_ONBOARD_KEY}
|
PERIPHERY_ONBOARDING_KEY: ${MYSTIC_ONBOARD_KEY}
|
||||||
volumes:
|
volumes:
|
||||||
# This allows Komodo to manage the containers on THIS Cloud VM
|
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
networks:
|
networks:
|
||||||
- monitor-net
|
- monitor-net
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue