E-Hentai Cookie
This commit is contained in:
@@ -40,7 +40,13 @@ services:
|
|||||||
- homepage.widget.url=http://cluster.localdomain:8095
|
- homepage.widget.url=http://cluster.localdomain:8095
|
||||||
- homepage.widget.username=hayden0828
|
- homepage.widget.username=hayden0828
|
||||||
- homepage.widget.password=XlRYT2vUV9PHIajtsY566ah7gvoLEOE4
|
- homepage.widget.password=XlRYT2vUV9PHIajtsY566ah7gvoLEOE4
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "cli/health.php"]
|
||||||
|
timeout: 10s
|
||||||
|
start_period: 300s
|
||||||
|
start_interval: 11s
|
||||||
|
interval: 60s
|
||||||
|
retries: 3
|
||||||
|
|
||||||
rsshub:
|
rsshub:
|
||||||
image: diygod/rsshub:chromium-bundled
|
image: diygod/rsshub:chromium-bundled
|
||||||
@@ -52,13 +58,26 @@ services:
|
|||||||
NODE_ENV: production
|
NODE_ENV: production
|
||||||
CACHE_TYPE: redis
|
CACHE_TYPE: redis
|
||||||
REDIS_URL: "redis://redis:6379/"
|
REDIS_URL: "redis://redis:6379/"
|
||||||
|
|
||||||
|
# Iwara
|
||||||
IWARA_USERNAME: ${IWARA_USERNAME}
|
IWARA_USERNAME: ${IWARA_USERNAME}
|
||||||
IWARA_PASSWORD: ${IWARA_PASSWORD}
|
IWARA_PASSWORD: ${IWARA_PASSWORD}
|
||||||
|
|
||||||
|
# Pixiv Cookie
|
||||||
PIXIV_REFRESHTOKEN: ${PIXIV_REFRESHTOKEN}
|
PIXIV_REFRESHTOKEN: ${PIXIV_REFRESHTOKEN}
|
||||||
PIXIV_BYPASS_CDN: 1
|
PIXIV_BYPASS_CDN: 1
|
||||||
|
|
||||||
|
# E-Hentai Cookie
|
||||||
|
EH_IPB_MEMBER_ID: ${EHENTAI_MEMBER_ID}
|
||||||
|
EH_IPB_PASS_HASH: ${EHENTAI_PASS_HASH}
|
||||||
|
EH_SK: ${EHENTAI_SK}
|
||||||
|
EH_IGNEOUS: ${EHENTAI_IGNEOUS}
|
||||||
|
|
||||||
|
# JavDB Cookie
|
||||||
|
JAVDB_SESSION: ${JAVDB_SESSION}
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:1200/healthz"]
|
test: ["CMD", "curl", "-f", "http://localhost:1200/healthz"]
|
||||||
interval: 30s
|
interval: 60s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
depends_on:
|
depends_on:
|
||||||
@@ -72,7 +91,7 @@ services:
|
|||||||
- /mnt/docker-storage/freshrss/hub:/data
|
- /mnt/docker-storage/freshrss/hub:/data
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "redis-cli", "ping"]
|
test: ["CMD", "redis-cli", "ping"]
|
||||||
interval: 30s
|
interval: 60s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 5
|
retries: 5
|
||||||
start_period: 5s
|
start_period: 5s
|
||||||
|
|||||||
Reference in New Issue
Block a user