🔧 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

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