clean-up docker-compose files: remove version and ---

This commit is contained in:
Dziad Borowy
2025-05-16 20:54:32 +01:00
parent 307bff4aad
commit 0f04279afa
115 changed files with 130 additions and 367 deletions

View File

@@ -10,7 +10,6 @@
## docker-compose.yml
```yml
version: '3.3'
services:
cachet:
image: cachethq/docker:latest

View File

@@ -1,7 +1,7 @@
# CheckMK
- Pretty complete solution for whole infrastructure monitoring
- Based on Nagios
- Based on Nagios
- Complex UI (not very intuitive)
- Requires "some" learning & setup and doesn't do anything out of the box
@@ -14,13 +14,11 @@
## docker-compose.yml
```yml
---
version: '3.6'
services:
checkmk:
image: checkmk/check-mk-raw
container_name: checkmk
container_name: checkmk
restart: unless-stopped
ulimits:
nofile: 1024
@@ -31,6 +29,6 @@ services:
- ./monitoring:/omd/sites
```
- Open http://localhost:8080/cmk/check_mk/
- Open http://localhost:8080/cmk/check_mk/
- Username is `cmkadmin`
- Password is written in the logs when the container starts the first time, so just run `docker-compose logs` after starting the container

View File

@@ -11,7 +11,6 @@ There is no web ui or fancy dashboard.
## docker-compose
```yml
---
services:
monocker:
container_name: monocker

View File

@@ -13,7 +13,6 @@
## docker-compose.yml
```yml
version: '3.8'
services:
psm:
image: alwynpan/phpservermonitor

View File

@@ -16,7 +16,6 @@
## docker-compose.yml
```yml
---
statping:
container_name: statping
image: hunterlong/statping