mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2024-11-22 00:03:16 +01:00
Merge branch 'main' into fix_issue_137
This commit is contained in:
commit
d24dfac89f
@ -0,0 +1 @@
|
||||
|
@ -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
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
bind9:
|
||||
image: ubuntu/bind9:latest
|
||||
image: ubuntu/bind9:9.18-23.10_edge
|
||||
container_name: bind9
|
||||
ports:
|
||||
- "53:53"
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
@ -5,7 +5,7 @@
|
||||
# external: true
|
||||
services:
|
||||
traefik:
|
||||
image: traefik:v2.10.5
|
||||
image: traefik:v2.11.0
|
||||
container_name: traefik
|
||||
ports:
|
||||
- 80:80
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
@ -0,0 +1 @@
|
||||
|
Loading…
Reference in New Issue
Block a user