Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# <DEPENDENCIES>
FROM ghcr.io/dargstack/dargstack:4.5.1
FROM ghcr.io/dargstack/dargstack:4.7.0
# </DEPENDENCIES>
2 changes: 1 addition & 1 deletion dargstack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
11 changes: 11 additions & 0 deletions src/development/cadvisor/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 5 additions & 0 deletions src/development/postgres/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading