Typo fix in docker-compose.yml, fixes in README.md and README generation step.
This commit is contained in:
@@ -140,15 +140,14 @@ jobs:
|
|||||||
echo "${services_list}" >> $GITHUB_ENV
|
echo "${services_list}" >> $GITHUB_ENV
|
||||||
echo "EOF" >> $GITHUB_ENV
|
echo "EOF" >> $GITHUB_ENV
|
||||||
|
|
||||||
- run: echo "${{ env.SERVICES_LIST }}"
|
|
||||||
|
|
||||||
- name: Regenerate README
|
- name: Regenerate README
|
||||||
uses: VisualBean/reactive-readme@v1
|
uses: gnpaone/dynamic-update-readme@v1.0.2
|
||||||
with:
|
with:
|
||||||
value: ${{ env.SERVICES_LIST }}
|
marker_text: <!-- SERVICES_LIST_START --><!-- SERVICES_LIST_END -->
|
||||||
section: compose-services
|
markdown_text: |
|
||||||
branch: ${{ github.ref_name }}
|
```yaml
|
||||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
${{ env.SERVICES_LIST }}
|
||||||
|
````
|
||||||
|
|
||||||
# - name: Add/Commit/Push README.md
|
# - name: Add/Commit/Push README.md
|
||||||
# uses: mgrybyk-org/git-commit-pull-push-action@v1
|
# uses: mgrybyk-org/git-commit-pull-push-action@v1
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
|
`~> yq '.services | to_entries | map({service: .key, image: .value.image})' docker-compose.yml`
|
||||||
```json
|
```json
|
||||||
<!--START_SECTION:compose-services-->
|
<!-- SERVICES_LIST_START -->
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"service": "actual_server",
|
"service": "actual_server",
|
||||||
@@ -585,5 +585,5 @@
|
|||||||
"image": "postgres:16-alpine"
|
"image": "postgres:16-alpine"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
<!--END_SECTION:compose-services-->
|
<!-- SERVICES_LIST_END -->
|
||||||
```
|
```
|
||||||
+1
-1
@@ -4447,7 +4447,7 @@ services:
|
|||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
#"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file"
|
#"You can set /downloads to whatever you want but will then need to change the Slskd download dir in your config file"
|
||||||
- ${DOCKER_VOLUME_STORAGEE}/downloads:/downloads
|
- ${DOCKER_VOLUME_STORAGE}/downloads:/downloads
|
||||||
#Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be
|
#Select where you are storing your config file. Leave "/data" since thats where the script expects the config file to be
|
||||||
- ${DOCKER_VOLUME_CONFIG}/soularr:/data
|
- ${DOCKER_VOLUME_CONFIG}/soularr:/data
|
||||||
soulseek:
|
soulseek:
|
||||||
|
|||||||
Reference in New Issue
Block a user