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 "EOF" >> $GITHUB_ENV
|
||||
|
||||
- run: echo "${{ env.SERVICES_LIST }}"
|
||||
|
||||
- name: Regenerate README
|
||||
uses: VisualBean/reactive-readme@v1
|
||||
uses: gnpaone/dynamic-update-readme@v1.0.2
|
||||
with:
|
||||
value: ${{ env.SERVICES_LIST }}
|
||||
section: compose-services
|
||||
branch: ${{ github.ref_name }}
|
||||
token: ${{ secrets.BOT_GITEA_TOKEN }}
|
||||
marker_text: <!-- SERVICES_LIST_START --><!-- SERVICES_LIST_END -->
|
||||
markdown_text: |
|
||||
```yaml
|
||||
${{ env.SERVICES_LIST }}
|
||||
````
|
||||
|
||||
# - name: Add/Commit/Push README.md
|
||||
# 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`
|
||||
```json
|
||||
<!--START_SECTION:compose-services-->
|
||||
<!-- SERVICES_LIST_START -->
|
||||
[
|
||||
{
|
||||
"service": "actual_server",
|
||||
@@ -585,5 +585,5 @@
|
||||
"image": "postgres:16-alpine"
|
||||
}
|
||||
]
|
||||
<!--END_SECTION:compose-services-->
|
||||
<!-- SERVICES_LIST_END -->
|
||||
```
|
||||
+1
-1
@@ -4447,7 +4447,7 @@ services:
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
#"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
|
||||
- ${DOCKER_VOLUME_CONFIG}/soularr:/data
|
||||
soulseek:
|
||||
|
||||
Reference in New Issue
Block a user