diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11c07ccf..0d5ca8a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} - name: Regenerate docs run: | - go install github.com/dargstack/dargstack/v4/cmd/dargstack@v4.2.0 + go install github.com/dargstack/dargstack/v4/cmd/dargstack@v4.7.0 export PATH="$(go env GOPATH)/bin:$PATH" dargstack document - name: Commit and push updated docs diff --git a/Dockerfile.md b/Dockerfile.md index ef06323c..133ebc2b 100644 --- a/Dockerfile.md +++ b/Dockerfile.md @@ -1,3 +1,3 @@ # -FROM ghcr.io/dargstack/dargstack:4.5.1 +FROM ghcr.io/dargstack/dargstack:4.7.0 # diff --git a/dargstack.yaml b/dargstack.yaml index a5943fe0..5551a1d9 100644 --- a/dargstack.yaml +++ b/dargstack.yaml @@ -13,7 +13,7 @@ environment: # tag: latest # optional, defaults to "latest" metadata: - compatibility: ">=4.2.0-0 <5.0.0" + compatibility: ">=4.7.0-0 <5.0.0" name: "vibetype" source: name: "maevsi" diff --git a/src/development/cadvisor/compose.yaml b/src/development/cadvisor/compose.yaml index 7730a826..0f67c3af 100644 --- a/src/development/cadvisor/compose.yaml +++ b/src/development/cadvisor/compose.yaml @@ -23,3 +23,14 @@ services: - /sys:/sys:ro - /var/lib/docker/:/var/lib/docker:ro - /dev/disk/:/dev/disk:ro +x-dargstack: + platform: + darwin: + services: + cadvisor: + volumes: + - (( prune )) + - /:/rootfs:ro + - /var/run:/var/run:ro + - /sys:/sys:ro + - /var/lib/docker/:/var/lib/docker:ro diff --git a/src/development/postgres/compose.yaml b/src/development/postgres/compose.yaml index 83298b6c..c25b107c 100644 --- a/src/development/postgres/compose.yaml +++ b/src/development/postgres/compose.yaml @@ -74,6 +74,11 @@ volumes: # The database's data. {} x-dargstack: + platform: + darwin: + services: + postgres: + image: imresamu/postgis:18-3.6-alpine secrets: postgres-db: type: wordlist_word