🔧 UPDATE: Upgrade Semaphore to v2.16.32, refine Docker Compose services, and enhance Semaphore configuration settings

This commit is contained in:
2025-10-21 10:38:00 +02:00
parent 572ac6a5fa
commit aa65b7e30c
3 changed files with 3 additions and 15 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,18 +1,4 @@
{
"mysql": {
"host": "",
"user": "",
"pass": "",
"name": "",
"options": null
},
"bolt": {
"host": "",
"user": "",
"pass": "",
"name": "",
"options": null
},
"postgres": {
"host": "postgres:5432",
"user": "semaphore",