chore: decouple portainer consumer startup
This commit is contained in:
@@ -147,10 +147,6 @@ services:
|
||||
container_name: vehicle-history-app
|
||||
restart: unless-stopped
|
||||
mem_limit: ${VEHICLE_HISTORY_MEM_LIMIT:-1536m}
|
||||
depends_on:
|
||||
- gb32960-ingest-app
|
||||
- jt808-ingest-app
|
||||
- yutong-mqtt-app
|
||||
environment:
|
||||
<<: *common-env
|
||||
HTTP_PORT: 20200
|
||||
@@ -186,8 +182,6 @@ services:
|
||||
container_name: vehicle-analytics-app
|
||||
restart: unless-stopped
|
||||
mem_limit: ${VEHICLE_ANALYTICS_MEM_LIMIT:-1024m}
|
||||
depends_on:
|
||||
- jt808-ingest-app
|
||||
environment:
|
||||
<<: *common-env
|
||||
HTTP_PORT: 20300
|
||||
|
||||
Reference in New Issue
Block a user