🔧 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
|
USER root
|
||||||
LABEL maintainer="y.m.lima19@gmail.com"
|
LABEL maintainer="y.m.lima19@gmail.com"
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user