Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ab4d6c2242 | |||
| 4e138e5987 | |||
| 98ccf1f0f3 | |||
| f50adb4072 | |||
| 580a7a95ca | |||
| 134d4e1078 | |||
| 1413cc1753 | |||
| cba2d917fa | |||
| 3b8187f15e |
@@ -21,7 +21,7 @@ jobs:
|
||||
-X 'GET' \
|
||||
-H 'Accept: application/json' \
|
||||
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
|
||||
-s | jq '{index: .number, state: .state}')
|
||||
-sS | jq '{index: .number, state: .state}')
|
||||
pr_state=$(echo ${pr_check} | jq -r '.state')
|
||||
|
||||
- name: Create PR
|
||||
|
||||
@@ -517,6 +517,7 @@ services:
|
||||
image: bunkerity/bunkerweb:latest
|
||||
labels:
|
||||
bunkerweb.INSTANCE: yes
|
||||
restart: unless-stopped
|
||||
bunkerweb-scheduler:
|
||||
container_name: bunkerweb-scheduler
|
||||
depends_on:
|
||||
@@ -525,6 +526,7 @@ services:
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
image: bunkerity/bunkerweb-scheduler:latest
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- bunkerweb-data:/data
|
||||
bunkerweb-ui:
|
||||
@@ -548,6 +550,7 @@ services:
|
||||
swag_url: bunker.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://bunker.${MY_TLD}
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- bunkerweb-data:/data
|
||||
castopod:
|
||||
@@ -4429,6 +4432,24 @@ services:
|
||||
source: /etc/localtime
|
||||
target: /etc/localtime
|
||||
type: bind
|
||||
soularr:
|
||||
container_name: soularr
|
||||
depends_on:
|
||||
- lidarr
|
||||
- soulseek
|
||||
environment:
|
||||
PUID: ${PUID}
|
||||
PGID: ${PGID}
|
||||
TZ: ${TZ}
|
||||
#Script interval in seconds
|
||||
SCRIPT_INTERVAL: 300
|
||||
image: mrusse08/soularr:latest
|
||||
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_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:
|
||||
container_name: soulseek
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user