File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 ref : ${{ github.head_ref || github.ref_name }}
3131 - name : Regenerate docs
3232 run : |
33- go install github.com/dargstack/dargstack/v4/cmd/dargstack@v4.2 .0
33+ go install github.com/dargstack/dargstack/v4/cmd/dargstack@v4.7 .0
3434 export PATH="$(go env GOPATH)/bin:$PATH"
3535 dargstack document
3636 - name : Commit and push updated docs
Original file line number Diff line number Diff line change 11# <DEPENDENCIES >
2- FROM ghcr.io/dargstack/dargstack:4.5.1
2+ FROM ghcr.io/dargstack/dargstack:4.7.0
33# </DEPENDENCIES >
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ environment:
1313 # tag: latest # optional, defaults to "latest"
1414
1515metadata :
16- compatibility : " >=4.2 .0-0 <5.0.0"
16+ compatibility : " >=4.7 .0-0 <5.0.0"
1717 name : " vibetype"
1818 source :
1919 name : " maevsi"
Original file line number Diff line number Diff line change @@ -23,3 +23,14 @@ services:
2323 - /sys:/sys:ro
2424 - /var/lib/docker/:/var/lib/docker:ro
2525 - /dev/disk/:/dev/disk:ro
26+ x-dargstack :
27+ platform :
28+ darwin :
29+ services :
30+ cadvisor :
31+ volumes :
32+ - (( prune ))
33+ - /:/rootfs:ro
34+ - /var/run:/var/run:ro
35+ - /sys:/sys:ro
36+ - /var/lib/docker/:/var/lib/docker:ro
Original file line number Diff line number Diff line change @@ -74,6 +74,11 @@ volumes:
7474 # The database's data.
7575 {}
7676x-dargstack :
77+ platform :
78+ darwin :
79+ services :
80+ postgres :
81+ image : imresamu/postgis:18-3.6-alpine
7782 secrets :
7883 postgres-db :
7984 type : wordlist_word
You can’t perform that action at this time.
0 commit comments