🔧 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 USER root
LABEL maintainer="y.m.lima19@gmail.com" LABEL maintainer="y.m.lima19@gmail.com"

View File

@@ -76,6 +76,7 @@ services:
- postgres - postgres
networks: networks:
- ansible - ansible
node_exporter: node_exporter:
image: quay.io/prometheus/node-exporter:latest image: quay.io/prometheus/node-exporter:latest
container_name: node_exporter container_name: node_exporter
@@ -91,6 +92,7 @@ services:
- "/proc:/host/proc:ro" - "/proc:/host/proc:ro"
- "/sys:/host/sys:ro" - "/sys:/host/sys:ro"
- "/:/host:ro,rslave" - "/:/host:ro,rslave"
https_portal: https_portal:
container_name: https_portal container_name: https_portal
image: "steveltn/https-portal:1.21" 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": { "postgres": {
"host": "postgres:5432", "host": "postgres:5432",
"user": "semaphore", "user": "semaphore",