Auto Merge of PR 39 - scraperr-api-sqlite-fix
Merged by Trez.One
This commit was merged in pull request #39.
This commit is contained in:
+5
-4
@@ -4286,6 +4286,8 @@ services:
|
|||||||
- run
|
- run
|
||||||
- start
|
- start
|
||||||
container_name: scraperr
|
container_name: scraperr
|
||||||
|
depends_on:
|
||||||
|
- scraperr-api
|
||||||
expose:
|
expose:
|
||||||
- 3000
|
- 3000
|
||||||
image: jpyles0524/scraperr:latest
|
image: jpyles0524/scraperr:latest
|
||||||
@@ -4309,8 +4311,6 @@ services:
|
|||||||
swag.uptime-kuma.enabled: true
|
swag.uptime-kuma.enabled: true
|
||||||
swag.uptime-kuma.monitor.url: https://scrape.${MY_TLD}
|
swag.uptime-kuma.monitor.url: https://scrape.${MY_TLD}
|
||||||
swag.uptime-kuma.monitor.interval: 300
|
swag.uptime-kuma.monitor.interval: 300
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
scraperr-api:
|
scraperr-api:
|
||||||
container_name: scraperr-api
|
container_name: scraperr-api
|
||||||
@@ -4326,9 +4326,10 @@ services:
|
|||||||
expose:
|
expose:
|
||||||
- 8000
|
- 8000
|
||||||
image: jpyles0524/scraperr_api:latest
|
image: jpyles0524/scraperr_api:latest
|
||||||
networks:
|
|
||||||
default: null
|
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
volumes:
|
||||||
|
- ${DOCKER_VOLUME_CONFIG}/scraperr:/project/data
|
||||||
|
# - /var/run/docker.sock:/var/run/docker.sock
|
||||||
scrutiny:
|
scrutiny:
|
||||||
cap_add:
|
cap_add:
|
||||||
- SYS_RAWIO
|
- SYS_RAWIO
|
||||||
|
|||||||
Reference in New Issue
Block a user