From aa65b7e30c8c34f417866b94c21d7d866d9c03b3 Mon Sep 17 00:00:00 2001 From: Yuri-Lima Date: Tue, 21 Oct 2025 10:38:00 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20UPDATE:=20Upgrade=20Semaphore=20?= =?UTF-8?q?to=20v2.16.32,=20refine=20Docker=20Compose=20services,=20and=20?= =?UTF-8?q?enhance=20Semaphore=20configuration=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile.semaphore | 2 +- docker-compose.yml | 2 ++ semaphore-config/config/config.json | 14 -------------- 3 files changed, 3 insertions(+), 15 deletions(-) diff --git a/Dockerfile.semaphore b/Dockerfile.semaphore index 0494558..5fc4423 100644 --- a/Dockerfile.semaphore +++ b/Dockerfile.semaphore @@ -1,4 +1,4 @@ -FROM semaphoreui/semaphore:v2.15.4 +FROM semaphoreui/semaphore:v2.16.32 USER root LABEL maintainer="y.m.lima19@gmail.com" diff --git a/docker-compose.yml b/docker-compose.yml index 06a13da..a67db50 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -76,6 +76,7 @@ services: - postgres networks: - ansible + node_exporter: image: quay.io/prometheus/node-exporter:latest container_name: node_exporter @@ -91,6 +92,7 @@ services: - "/proc:/host/proc:ro" - "/sys:/host/sys:ro" - "/:/host:ro,rslave" + https_portal: container_name: https_portal image: "steveltn/https-portal:1.21" diff --git a/semaphore-config/config/config.json b/semaphore-config/config/config.json index 61acb75..4c14930 100644 --- a/semaphore-config/config/config.json +++ b/semaphore-config/config/config.json @@ -1,18 +1,4 @@ { - "mysql": { - "host": "", - "user": "", - "pass": "", - "name": "", - "options": null - }, - "bolt": { - "host": "", - "user": "", - "pass": "", - "name": "", - "options": null - }, "postgres": { "host": "postgres:5432", "user": "semaphore",