Commit 624c43e8 authored by 姜大杰's avatar 姜大杰

update

parent 3e4621ec
version: '3' version: '3'
services: services:
redis:
hostname: redis hostname: redis
image: redis:5.0.4 image: redis:5.0.4
container_name: redis container_name: redis
...@@ -28,8 +29,8 @@ services: ...@@ -28,8 +29,8 @@ services:
- IOT_V3_DATASOURCE_URL=jdbc:postgresql://192.168.10.23:32910/hsiotdb - IOT_V3_DATASOURCE_URL=jdbc:postgresql://192.168.10.23:32910/hsiotdb
- IOT_V3_DATASOURCE_PASSWORD=huansi.net@v3 - IOT_V3_DATASOURCE_PASSWORD=huansi.net@v3
- IOT_V3_DATASOURCE_USERNAME=postgres - IOT_V3_DATASOURCE_USERNAME=postgres
- IOT_V3_REDIS_HOST=192.168.10.23 - IOT_V3_REDIS_HOST=redis
- IOT_V3_REDIS_PORT=6380 - IOT_V3_REDIS_PORT=6379
- IOT_V3_API_V1_URL=http://192.168.10.23 - IOT_V3_API_V1_URL=http://192.168.10.23
- IOT_V3_API_V1_APP_ID=7490a7c6-bb56-459a-95f5-98568c0ca737 - IOT_V3_API_V1_APP_ID=7490a7c6-bb56-459a-95f5-98568c0ca737
- IOT_V3_API_V1_APP_KEY=9079e2d1-4cfb-4e62-a5b4-3ac73f8ee047 - IOT_V3_API_V1_APP_KEY=9079e2d1-4cfb-4e62-a5b4-3ac73f8ee047
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment