|
|
@@ -73,6 +73,10 @@ services:
|
|
|
- OSS_ENDPOINT=${OSS_ENDPOINT:-oss-cn-beijing.aliyuncs.com}
|
|
|
- OSS_BUCKET_NAME=${OSS_BUCKET_NAME}
|
|
|
- OSS_BUCKET_DOMAIN=${OSS_BUCKET_DOMAIN}
|
|
|
+ # 爬虫同步配置
|
|
|
+ - CRAWLER_BASE_URL=${CRAWLER_BASE_URL:-https://crawler-api.aitoolcore.com}
|
|
|
+ - CRAWLER_REFERER=${CRAWLER_REFERER:-https://aigc.aitoolcore.com}
|
|
|
+ - APIKEY_ENCRYPT_KEY=${APIKEY_ENCRYPT_KEY:-25e9e87b18cf40d0ed0f102b8d2ec3a8}
|
|
|
depends_on:
|
|
|
postgres:
|
|
|
condition: service_healthy
|