🔧 UPDATE: Upgrade Semaphore to v2.16.32, refine Docker Compose services, and enhance Semaphore configuration settings
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -1,18 +1,4 @@
|
||||
{
|
||||
"mysql": {
|
||||
"host": "",
|
||||
"user": "",
|
||||
"pass": "",
|
||||
"name": "",
|
||||
"options": null
|
||||
},
|
||||
"bolt": {
|
||||
"host": "",
|
||||
"user": "",
|
||||
"pass": "",
|
||||
"name": "",
|
||||
"options": null
|
||||
},
|
||||
"postgres": {
|
||||
"host": "postgres:5432",
|
||||
"user": "semaphore",
|
||||
|
||||
Reference in New Issue
Block a user