Merge branch 'main' into fix_issue_137

This commit is contained in:
Christian Lempa 2024-02-23 11:26:23 +01:00 committed by GitHub
commit d24dfac89f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
93 changed files with 95 additions and 87 deletions

View File

@ -0,0 +1 @@

View File

@ -16,7 +16,7 @@ services:
restart: unless-stopped
semaphore:
container_name: ansiblesemaphore
image: semaphoreui/semaphore:v2.8.90
image: semaphoreui/semaphore:v2.9.45
user: "${UID}:${GID}"
ports:
- 3000:3000

View File

@ -1,7 +1,7 @@
---
services:
bind9:
image: ubuntu/bind9:latest
image: ubuntu/bind9:9.18-23.10_edge
container_name: bind9
ports:
- "53:53"

View File

@ -0,0 +1 @@

View File

@ -2,7 +2,7 @@
services:
refactr-runner:
container_name: factory-runnerpool-prod-1
image: refactr/runner-pool
image: refactr/runner-pool:v0.144.0
user: root
volumes:
- /var/run/docker.sock:/var/run/docker.sock

View File

@ -4,7 +4,7 @@ volumes:
driver: local
services:
grafana:
image: grafana/grafana-oss:latest
image: grafana/grafana-oss:10.3.3
container_name: grafana
ports:
- "3000:3000"

View File

@ -4,7 +4,7 @@ volumes:
driver: local
services:
prometheus:
image: prom/prometheus:v2.37.9
image: prom/prometheus:v2.50.0
container_name: prometheus
ports:
- 9090:9090

View File

@ -5,7 +5,7 @@
# external: true
services:
traefik:
image: traefik:v2.10.5
image: traefik:v2.11.0
container_name: traefik
ports:
- 80:80

View File

@ -0,0 +1 @@